.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei";
}
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Set `font-size` to support `rem` units
 *    Not using `font` property because a leading hyphen (e.g. -apple-system) causes the font to break in IE11 and Edge
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 * 3. Style
 */
html {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  color: #666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
/*
   * Removes default margin.
   */
body {
  margin: 0;
  font-size: 14px;
  color: #666;
  background-color: #ffffff;
}
/* Links
   ========================================================================== */
/*
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
  /* 1 */
  background-color: transparent;
  /* 2 */
  -webkit-text-decoration-skip: objects;
}
/*
   * Remove the outline on focused links when they are also active or hovered
   */
a:active,
a:hover {
  outline: none;
}
/*
   * Style
   */
a,
.uk-link {
  color: #01489d;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #01489d;
}
/* Text-level semantics
   ========================================================================== */
/*
   * 1. Remove the bottom border in Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/*
   * 1. Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   * 2. Add the correct font weight in Chrome, Edge, and Safari.
   */
/* 1 */
b,
strong {
  font-weight: inherit;
}
/* 2 */
b,
strong {
  font-weight: bolder;
}
/*
   * 1. Correct the odd `em` font sizing in all browsers.
   * 2. Consolas has a better baseline in running text compared to `Courier`
   * 3. Style
   */
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  /* 1 */
  font-size: 11px;
  /* 2 */
  font-family: Consolas, monaco, monospace;
  /* 3 */
  color: #435DBA;
  white-space: nowrap;
  padding: 2px 6px;
  border: 1px solid #EBEBED;
  border-radius: 3px;
}
/*
   * Emphasize
   */
em {
  color: #01489d;
}
/* Preformatted text
   ========================================================================== */
/*
   * 1. Contain overflow in all browsers.
   * 2. Override UA
   */
pre {
  background: #ffffff;
}
pre code {
  font-family: Consolas, monaco, monospace;
}
/* Selection pseudo-element
   ========================================================================== */
::-moz-selection {
  background: #01489d;
  text-shadow: none;
}
::selection {
  background: #01489d;
  text-shadow: none;
}
/* ========================================================================
     Component: Link
   ========================================================================== */
/* Muted
   ========================================================================== */
a.uk-link-muted,
.uk-link-muted a {
  color: #999999;
}
a.uk-link-muted:hover,
.uk-link-muted a:hover {
  color: #666;
}
/* Text
   ========================================================================== */
/*
   * `!important` needed to override inverse component
   */
a.uk-link-text:not(:hover),
.uk-link-text a:not(:hover) {
  color: inherit !important;
}
a.uk-link-text:hover,
.uk-link-text a:hover {
  color: #999999;
}
/* Hero
   ========================================================================== */
/*
   * 1. Using `inline-block` to make it work with text alignment
   * 2. Center vertically
   * 3. Style
   */
.uk-heading-bullet::before {
  content: "";
  border-left: 4px solid #01489d;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #01489d;
}
/* ========================================================================
     Component: List
   ========================================================================== */
.uk-list,
.ap-child-list > ul {
  padding: 0;
  list-style: none;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #f8f8f8;
}
/* ========================================================================
     Component: Description list
   ========================================================================== */
/*
   * Term
   */
.uk-description-list > dd {
  font-size: 16px;
}
/* Caption
   ========================================================================== */
.uk-table caption {
  color: #999999;
}
/*
   * Striped
   */
.uk-table-striped > tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f8f8f8;
}
/* Style modifiers
   ========================================================================== */
/*
   * Link
   */
.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #01489d;
  outline: none;
}
/*
   * Button
   * 1. Center icon vertically and horizontally
   */
.uk-icon-button {
  background: #ffffff;
}
/* Hover + Focus */
.uk-icon-button:hover,
.uk-icon-button:focus {
  background-color: #ffffff;
  color: #01489d;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #01489d;
  color: #ffffff;
}
/* Thumb
   ========================================================================== */
/*
   * 1. Reset
   * 2. Style
   */
/* Webkit */
.uk-range::-webkit-slider-thumb {
  background: #666;
}
/* Firefox */
.uk-range::-moz-range-thumb {
  background: #666;
}
/* Edge */
.uk-range::-ms-thumb {
  /* 1 */
  margin-top: 0;
}
/* IE11 */
.uk-range::-ms-thumb {
  background: #666;
}
.uk-input,
.uk-select,
.uk-textarea {
  background: #ffffff;
  color: #666;
}
/* Focus */
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: none;
  background-color: #ffffff;
}
/* Disabled */
.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
  background-color: #f8f8f8;
  color: #999999;
}
/*
   * Placeholder
   */
.uk-input:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-input::-moz-placeholder {
  color: #999999;
}
.uk-input::-webkit-input-placeholder {
  color: #999999;
}
.uk-textarea:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-textarea::-moz-placeholder {
  color: #999999;
}
.uk-textarea::-webkit-input-placeholder {
  color: #999999;
}
.uk-form-danger,
.uk-form-danger:focus {
  color: #f0506e;
  border-color: #f0506e !important;
}
/*
   * Success
   */
.uk-form-success,
.uk-form-success:focus {
  color: #32d296;
  border-color: #32d296 !important;
}
/*
   * Blank
   */
.uk-form-blank {
  background: none;
  border-color: transparent !important;
}
.uk-form-blank:focus {
  border-color: #EBEBED !important;
  border-style: dashed;
}
/*
   * Checked
   */
.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: #01489d;
  border-color: transparent;
}
/* Label
   ========================================================================== */
/* Icons
   ========================================================================== */
.uk-form-icon {
  color: #999999;
}
/*
   * Required for `a`.
   */
.uk-form-icon:hover {
  color: #666;
}
/* OnClick + Active */
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-button-default {
  background-color: #ffffff;
}
/* Hover + Focus */
.uk-button-default:hover,
.uk-button-default:focus {
  background-color: #ffffff;
  color: #01489d;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #01489d;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #01489d;
  color: #ffffff;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #01a0e9;
  color: #ffffff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-button-secondary {
  color: #666;
  border: 1px solid #01a0e9;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #01489d;
  color: #ffffff;
  border-color: #01489d;
}
/*
   * Danger
   */
.uk-button-danger {
  background-color: transparent;
  color: #f0506e;
  border: 1px solid #f0506e;
}
/* Hover + Focus */
.uk-button-danger:hover,
.uk-button-danger:focus {
  background-color: transparent;
}
/* OnClick + Active */
.uk-button-danger:active,
.uk-button-danger.uk-active {
  background-color: #f0506e;
  color: #ffffff;
  border-color: #f0506e;
}
/*
   * Disabled
   * The same for all style modifiers
   */
.uk-button-default:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled,
.uk-button-danger:disabled {
  background-color: #f8f8f8;
  color: #999999;
}
/* Text modifiers
   ========================================================================== */
/*
   * Text
   * 1. Reset
   * 2. Style
   */
.uk-button-text {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  position: relative;
}
/* Hover + Focus */
.uk-button-text:hover,
.uk-button-text:focus {
  color: #01489d;
}
/* Disabled */
.uk-button-text:disabled {
  color: #999999;
}
/*
   * Link
   * 1. Reset
   * 2. Style
   */
.uk-button-link {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #01489d;
}
/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #01489d;
}
/* Disabled */
.uk-button-link:disabled {
  color: #999999;
  text-decoration: none;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-section-default,
.ap-container-default .uk-container {
  background: #ffffff;
}
/*
   * Primary
   */
.uk-section-primary,
.ap-container-primary .uk-container {
  background: #01489d;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #01a0e9;
}
.uk-section-muted,
.ap-container-muted .uk-container {
  background: #f8f8f8;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-tile-default {
  background: #ffffff;
}
/*
   * Muted
   */
.uk-tile-muted {
  background: #f8f8f8;
}
/*
   * Primary
   */
.uk-tile-primary {
  background: #01489d;
}
/*
   * Secondary
   */
.uk-tile-secondary {
  background: #01a0e9;
}
/* ========================================================================
     Component: Card
   ========================================================================== */
/* Badge
   ========================================================================== */
.uk-card-badge {
  color: #666;
}
/*
   * Remove margin from adjacent element
   */
.uk-card-badge:first-child + * {
  margin-top: 0;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   * Note: Header and Footer are only implemented for the default style
   */
.uk-card-default {
  background: #ffffff;
  color: #666;
}
.uk-card-default.uk-card-hover:hover {
  background-color: #ffffff;
}
/*
   * Primary
   */
.uk-card-primary {
  background: #01489d;
  color: #ffffff;
}
.uk-card-primary .uk-card-title {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-card-secondary {
  background: #01a0e9;
  color: #ffffff;
}
.uk-card-secondary .uk-card-title {
  color: #ffffff;
}
/* ========================================================================
     Component: Close
   ========================================================================== */
/* Hover + Focus */
/* Hover + Focus */
.uk-totop:hover,
.uk-totop:focus {
  outline: none;
  background-color: transparent;
}
/* OnClick */
.uk-totop:active {
  color: #01489d;
  background-color: transparent;
}
/* ========================================================================
     Component: Marker
   ========================================================================== */
/*
   * Addopts `uk-icon`
   */
.uk-marker {
  padding: 5px;
  background: #01a0e9;
  color: #ffffff;
}
/* Hover + Focus */
.uk-marker:hover,
.uk-marker:focus {
  color: #ffffff;
  outline: none;
}
/* ========================================================================
     Component: Alert
   ========================================================================== */
.uk-alert {
  position: relative;
  background: #ffffff;
  color: #333;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-alert-primary {
  background: #ffffff;
  color: #01489d;
}
/*
   * Success
   */
.uk-alert-success {
  background: #ffffff;
  color: #32d296;
}
/*
   * Warning
   */
.uk-alert-warning {
  background: #ffffff;
  color: #faa05a;
}
/*
   * Danger
   */
.uk-alert-danger {
  background: #ffffff;
  color: #f0506e;
}
/* ========================================================================
     Component: Badge
   ========================================================================== */
/*
   * 1. Style
   * 2. Center child vertically and horizontally
   */
.uk-badge {
  /* 1 */
  background: #01489d;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #01489d;
  color: #ffffff;
}
/* Color modifiers
   ========================================================================== */
/*
   * Success
   */
.uk-label-success {
  background-color: #32d296;
  color: #ffffff;
}
/*
   * Warning
   */
.uk-label-warning {
  background-color: #faa05a;
  color: #ffffff;
}
/*
   * Danger
   */
.uk-label-danger {
  background-color: #f0506e;
  color: #ffffff;
}
/* ========================================================================
     Component: Overlay
   ========================================================================== */
.uk-overlay {
  padding: 20px 20px;
}
/*
   * Remove margin from the last-child
   */
.uk-overlay > :last-child {
  margin-bottom: 0;
}
/* Title
   ========================================================================== */
/* Meta
   ========================================================================== */
.uk-article-meta {
  color: #999999;
}
.uk-article-meta a {
  color: #999999;
}
.uk-article-meta a:hover {
  color: #666;
  text-decoration: none;
}
/* Meta
   ========================================================================== */
.uk-comment-meta {
  color: #999999;
}
/* Style modifier
   ========================================================================== */
.uk-comment-primary {
  background-color: #f8f8f8;
}
.uk-search-input:focus {
  outline: none;
}
/* Placeholder */
.uk-search-input:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-search-input::-moz-placeholder {
  color: #999999;
}
.uk-search-input::-webkit-input-placeholder {
  color: #999999;
}
/* Icon (Adopts `uk-icon`)
   ========================================================================== */
/*
   * Remove default focus style
   */
.uk-search-icon:focus {
  outline: none;
}
.uk-search .uk-search-icon {
  color: #999999;
}
/*
   * Required for `a`.
   */
.uk-search .uk-search-icon:hover {
  color: #999999;
}
/* Focus */
.uk-search-default .uk-search-input:focus {
  background-color: #ffffff;
}
/* Toggle
   ========================================================================== */
.uk-search-toggle {
  color: #999999;
}
/* Hover + Focus */
.uk-search-toggle:hover,
.uk-search-toggle:focus {
  color: #666;
}
/* Parent icon modifier
   ========================================================================== */
.uk-nav-parent-icon > .uk-parent > a::after {
  content: "";
  width: 1.5 em;
  height: 1.5 em;
}
/*
   * Items
   */
.uk-nav-default > li > a {
  color: #999999;
}
/* Hover + Focus */
.uk-nav-default > li > a:hover,
.uk-nav-default > li > a:focus {
  color: #01489d;
  background-color: transparent;
}
/* Active */
.uk-nav-default > li.uk-active > a {
  background-color: transparent;
}
/*
   * Header
   */
/*
   * Sublists
   */
.uk-nav-default .uk-nav-sub a {
  color: #999999;
}
.uk-nav-default .uk-nav-sub a:hover,
.uk-nav-default .uk-nav-sub a:focus {
  color: #666;
}
/*
   * Items
   */
.uk-nav-primary > li > a {
  line-height: 1.5;
  color: #999999;
}
/* Hover + Focus */
.uk-nav-primary > li > a:hover,
.uk-nav-primary > li > a:focus {
  color: #01489d;
}
/* Active */
/*
   * Header
   */
/*
   * Sublists
   */
.uk-nav-primary .uk-nav-sub a {
  color: #999999;
}
.uk-nav-primary .uk-nav-sub a:hover,
.uk-nav-primary .uk-nav-sub a:focus {
  color: #666;
}
/*
   * Nav items
   */
.uk-navbar-nav > li > a {
  color: #666;
}
.uk-navbar-nav > li > a,
.uk-navbar-item,
.uk-navbar-toggle {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei";
}
/*
   * Hover
   * Apply hover style also to focus state and if dropdown is opened
   */
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li > a.uk-open {
  color: #01489d;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #01489d;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #01489d;
}
/* Dropdown
   ========================================================================== */
/*
   * Adopts `uk-dropdown`
   * 1. Hide by default
   * 2. Set position
   * 3. Set a default width
   * 4. Style
   */
.uk-navbar-dropdown {
  background: #ffffff;
  color: #666;
}
/*
   * Items
   */
.uk-navbar-dropdown-nav > li > a {
  color: #999999;
  padding: 5px 0;
}
/* Hover + Focus */
.uk-navbar-dropdown-nav > li > a:hover,
.uk-navbar-dropdown-nav > li > a:focus {
  color: #01489d;
  background-color: transparent;
}
/* Active */
/*
   * Sublists
   */
.uk-navbar-dropdown-nav .uk-nav-sub a {
  color: #999999;
}
.uk-navbar-dropdown-nav .uk-nav-sub a:hover,
.uk-navbar-dropdown-nav .uk-nav-sub a:focus {
  color: #666;
}
/* Dropbar
   ========================================================================== */
.uk-navbar-dropbar {
  position: relative;
  background: #ffffff;
  overflow: hidden;
}
/* Items
   ========================================================================== */
/*
   * Items must target `a` elements to exclude other elements (e.g. dropdowns)
   * Using `:first-child` instead of `a` to support `span` elements for text
   * 1. Prevent gap if child element is `inline-block`, e.g. an icon
   * 2. Style
   */
.uk-subnav > * > :first-child {
  color: #999999;
}
/* Hover + Focus */
.uk-subnav > * > a:hover,
.uk-subnav > * > a:focus {
  color: #666;
  text-decoration: none;
  outline: none;
}
/* Active */
/* Pill modifier
   ========================================================================== */
.uk-subnav-pill > * > :first-child {
  color: #999999;
}
/* Hover + Focus */
.uk-subnav-pill > * > a:hover,
.uk-subnav-pill > * > a:focus {
  background-color: #ffffff;
  color: #666;
}
/* OnClick */
.uk-subnav-pill > * > a:active {
  background-color: #ffffff;
}
/* Active */
.uk-subnav-pill > .uk-active > a {
  background-color: #01489d;
  color: #ffffff;
}
/* Disabled
   * The same for all style modifiers
   ========================================================================== */
.uk-subnav > .uk-disabled > a {
  color: #999999;
}
/* Items
   ========================================================================== */
.uk-breadcrumb > * > * {
  color: #999999;
}
/* Hover + Focus */
.uk-breadcrumb > * > :hover,
.uk-breadcrumb > * > :focus {
  color: #666;
  text-decoration: none;
}
/* Disabled */
.uk-breadcrumb > .uk-disabled > * {
  color: #999999;
}
/* Active */
/* Items
   ========================================================================== */
/*
   * 1. Prevent gap if child element is `inline-block`, e.g. an icon
   * 2. Style
   */
.uk-pagination > * > * {
  color: #999999;
}
/* Hover + Focus */
.uk-pagination > * > :hover,
.uk-pagination > * > :focus {
  background-color: #ffffff;
}
/* Active */
.uk-pagination > .uk-active > * {
  color: #01489d;
  background-color: transparent;
}
/* Disabled */
.uk-pagination > .uk-disabled > * {
  color: #999999;
  background-color: transparent;
}
/* Items
   ========================================================================== */
/*
   * Items must target `a` elements to exclude other elements (e.g. dropdowns)
   * 1. Center text if a width is set
   * 2. Style
   */
.uk-tab > * > a {
  color: #999999;
}
/* Hover + Focus */
.uk-tab > * > a:hover,
.uk-tab > * > a:focus {
  color: #666;
  text-decoration: none;
  border-color: transparent;
}
/* Active */
.uk-tab > .uk-active > a {
  border-color: #01489d;
}
/* Disabled */
.uk-tab > .uk-disabled > a {
  color: #999999;
}
/* Items
   ========================================================================== */
/* Hover + Focus */
.uk-dotnav > * > :hover,
.uk-dotnav > * > :focus {
  background-color: rgba(248, 108, 74, 0.4);
  outline: none;
  border-color: transparent;
}
/* OnClick */
.uk-dotnav > * > :active {
  background-color: #01489d;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #01489d;
  border-color: transparent;
}
/* ========================================================================
     Component: Dropdown
   ========================================================================== */
.uk-dropdown {
  background: #ffffff;
  color: #666;
}
/*
   * Items
   */
.uk-dropdown-nav > li > a {
  color: #999999;
}
/* Hover + Focus + Active */
.uk-dropdown-nav > li > a:hover,
.uk-dropdown-nav > li > a:focus,
.uk-dropdown-nav > li.uk-active > a {
  background-color: transparent;
}
/*
   * Header
   */
.uk-dropdown-nav .uk-nav-header {
  color: #01489d;
}
/*
   * Sublists
   */
.uk-dropdown-nav .uk-nav-sub a {
  color: #999999;
}
.uk-dropdown-nav .uk-nav-sub a:hover,
.uk-dropdown-nav .uk-nav-sub a:focus {
  color: #01489d;
}
/* Dialog
   ========================================================================== */
/*
   * 1. Create position context for spinner and close button
   * 2. Dimensions
   * 3. Fix `max-width: 100%` not working in combination with flex and responsive images in IE11
   *    `!important` needed to overwrite `uk-width-auto`. See `#modal-media-image` in tests
   * 4. Style
   * 5. Slide-in transition
   */
.uk-modal-dialog {
  background: #ffffff;
}
/*
   * Open
   */
.uk-open > .uk-modal-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* Message
  ========================================================================== */
.uk-notification-message {
  background: #f8f8f8;
  color: #666;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-notification-message-primary {
  color: #01489d;
}
/*
   * Success
   */
.uk-notification-message-success {
  color: #32d296;
}
/*
   * Warning
   */
.uk-notification-message-warning {
  color: #faa05a;
}
/*
   * Danger
   */
.uk-notification-message-danger {
  color: #f0506e;
}
/* ========================================================================
     Component: Tooltip
   ========================================================================== */
.uk-tooltip {
  /* 4 */
  background: #01489d;
  color: #ffffff;
}
/*
   * Remove animated circles for indeterminate state in IE11 and Edge
   */
.uk-progress:indeterminate {
  color: transparent;
}
/*
   * Progress container
   * 2. Remove progress bar for indeterminate state in Firefox
   */
.uk-progress::-webkit-progress-bar {
  background-color: #f8f8f8;
  border-radius: 500px;
  overflow: hidden;
}
/*
   * Progress bar
   * 1. Remove right border in IE11 and Edge
   */
.uk-progress::-webkit-progress-value {
  background-color: #01489d;
}
.uk-progress::-moz-progress-bar {
  background-color: #01489d;
}
.uk-progress::-ms-fill {
  background-color: #01489d;
}
/* ========================================================================
     Component: Text
   ========================================================================== */
/* Style modifiers
   ========================================================================== */
.uk-text-meta {
  color: #999999;
}
.uk-text-meta a {
  color: #999999;
}
.uk-text-meta a:hover {
  color: #666;
  text-decoration: none;
}
/* Size modifiers
   ========================================================================== */
.uk-text-small {
  font-size: 12px;
  line-height: 1.5;
}
.uk-text-large {
  font-size: 20px;
  line-height: 1.5;
}
/* Weight modifier
   ========================================================================== */
.uk-text-bold {
  font-weight: bolder;
}
/* Transform modifier
   ========================================================================== */
.uk-text-uppercase {
  text-transform: uppercase !important;
}
.uk-text-capitalize {
  text-transform: capitalize !important;
}
.uk-text-lowercase {
  text-transform: lowercase !important;
}
/* Color modifiers
   ========================================================================== */
.uk-text-muted {
  color: #999999 !important;
}
.uk-text-primary {
  color: #01489d !important;
}
.uk-text-success {
  color: #32d296 !important;
}
.uk-text-warning {
  color: #faa05a !important;
}
.uk-text-danger {
  color: #f0506e !important;
}
/* Background modifier */
.uk-text-background {
  color: #01489d !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #01489d;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #f8f8f8;
}
.uk-background-primary {
  background-color: #01489d;
}
.uk-background-secondary {
  background-color: #01a0e9;
}
/* ========================================================================
     Component: Inverse
   ========================================================================== */
.uk-light a,
.uk-light .uk-link,
.uk-section-primary:not(.uk-preserve-color) a,
.uk-section-primary:not(.uk-preserve-color) .uk-link,
.uk-section-secondary:not(.uk-preserve-color) a,
.uk-section-secondary:not(.uk-preserve-color) .uk-link,
.uk-tile-primary:not(.uk-preserve-color) a,
.uk-tile-primary:not(.uk-preserve-color) .uk-link,
.uk-tile-secondary:not(.uk-preserve-color) a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link,
.uk-card-primary.uk-card-body a,
.uk-card-primary.uk-card-body .uk-link,
.uk-card-primary > :not([class*='uk-card-media']) a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link,
.uk-card-secondary.uk-card-body a,
.uk-card-secondary.uk-card-body .uk-link,
.uk-card-secondary > :not([class*='uk-card-media']) a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link,
.uk-overlay-primary a,
.uk-overlay-primary .uk-link,
.ap-toolbar a,
.ap-toolbar .uk-link {
  color: #ffffff;
}
.uk-light a:hover,
.uk-light .uk-link:hover,
.uk-section-primary:not(.uk-preserve-color) a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-section-secondary:not(.uk-preserve-color) a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-primary:not(.uk-preserve-color) a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-secondary:not(.uk-preserve-color) a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-card-primary.uk-card-body a:hover,
.uk-card-primary.uk-card-body .uk-link:hover,
.uk-card-primary > :not([class*='uk-card-media']) a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link:hover,
.uk-card-secondary.uk-card-body a:hover,
.uk-card-secondary.uk-card-body .uk-link:hover,
.uk-card-secondary > :not([class*='uk-card-media']) a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link:hover,
.uk-overlay-primary a:hover,
.uk-overlay-primary .uk-link:hover,
.ap-toolbar a:hover,
.ap-toolbar .uk-link:hover {
  color: #ffffff;
}
.uk-light em,
.uk-section-primary:not(.uk-preserve-color) em,
.uk-section-secondary:not(.uk-preserve-color) em,
.uk-tile-primary:not(.uk-preserve-color) em,
.uk-tile-secondary:not(.uk-preserve-color) em,
.uk-card-primary.uk-card-body em,
.uk-card-primary > :not([class*='uk-card-media']) em,
.uk-card-secondary.uk-card-body em,
.uk-card-secondary > :not([class*='uk-card-media']) em,
.uk-overlay-primary em,
.ap-toolbar em {
  color: #ffffff;
}
.uk-light h1,
.uk-light .uk-h1,
.uk-light h2,
.uk-light .uk-h2,
.uk-light h3,
.uk-light .uk-h3,
.uk-light h4,
.uk-light .uk-h4,
.uk-light h5,
.uk-light .uk-h5,
.uk-light h6,
.uk-light .uk-h6,
.uk-section-primary:not(.uk-preserve-color) h1,
.uk-section-primary:not(.uk-preserve-color) .uk-h1,
.uk-section-primary:not(.uk-preserve-color) h2,
.uk-section-primary:not(.uk-preserve-color) .uk-h2,
.uk-section-primary:not(.uk-preserve-color) h3,
.uk-section-primary:not(.uk-preserve-color) .uk-h3,
.uk-section-primary:not(.uk-preserve-color) h4,
.uk-section-primary:not(.uk-preserve-color) .uk-h4,
.uk-section-primary:not(.uk-preserve-color) h5,
.uk-section-primary:not(.uk-preserve-color) .uk-h5,
.uk-section-primary:not(.uk-preserve-color) h6,
.uk-section-primary:not(.uk-preserve-color) .uk-h6,
.uk-section-secondary:not(.uk-preserve-color) h1,
.uk-section-secondary:not(.uk-preserve-color) .uk-h1,
.uk-section-secondary:not(.uk-preserve-color) h2,
.uk-section-secondary:not(.uk-preserve-color) .uk-h2,
.uk-section-secondary:not(.uk-preserve-color) h3,
.uk-section-secondary:not(.uk-preserve-color) .uk-h3,
.uk-section-secondary:not(.uk-preserve-color) h4,
.uk-section-secondary:not(.uk-preserve-color) .uk-h4,
.uk-section-secondary:not(.uk-preserve-color) h5,
.uk-section-secondary:not(.uk-preserve-color) .uk-h5,
.uk-section-secondary:not(.uk-preserve-color) h6,
.uk-section-secondary:not(.uk-preserve-color) .uk-h6,
.uk-tile-primary:not(.uk-preserve-color) h1,
.uk-tile-primary:not(.uk-preserve-color) .uk-h1,
.uk-tile-primary:not(.uk-preserve-color) h2,
.uk-tile-primary:not(.uk-preserve-color) .uk-h2,
.uk-tile-primary:not(.uk-preserve-color) h3,
.uk-tile-primary:not(.uk-preserve-color) .uk-h3,
.uk-tile-primary:not(.uk-preserve-color) h4,
.uk-tile-primary:not(.uk-preserve-color) .uk-h4,
.uk-tile-primary:not(.uk-preserve-color) h5,
.uk-tile-primary:not(.uk-preserve-color) .uk-h5,
.uk-tile-primary:not(.uk-preserve-color) h6,
.uk-tile-primary:not(.uk-preserve-color) .uk-h6,
.uk-tile-secondary:not(.uk-preserve-color) h1,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h1,
.uk-tile-secondary:not(.uk-preserve-color) h2,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h2,
.uk-tile-secondary:not(.uk-preserve-color) h3,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h3,
.uk-tile-secondary:not(.uk-preserve-color) h4,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h4,
.uk-tile-secondary:not(.uk-preserve-color) h5,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h5,
.uk-tile-secondary:not(.uk-preserve-color) h6,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h6,
.uk-card-primary.uk-card-body h1,
.uk-card-primary.uk-card-body .uk-h1,
.uk-card-primary.uk-card-body h2,
.uk-card-primary.uk-card-body .uk-h2,
.uk-card-primary.uk-card-body h3,
.uk-card-primary.uk-card-body .uk-h3,
.uk-card-primary.uk-card-body h4,
.uk-card-primary.uk-card-body .uk-h4,
.uk-card-primary.uk-card-body h5,
.uk-card-primary.uk-card-body .uk-h5,
.uk-card-primary.uk-card-body h6,
.uk-card-primary.uk-card-body .uk-h6,
.uk-card-primary > :not([class*='uk-card-media']) h1,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h1,
.uk-card-primary > :not([class*='uk-card-media']) h2,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h2,
.uk-card-primary > :not([class*='uk-card-media']) h3,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h3,
.uk-card-primary > :not([class*='uk-card-media']) h4,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h4,
.uk-card-primary > :not([class*='uk-card-media']) h5,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h5,
.uk-card-primary > :not([class*='uk-card-media']) h6,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h6,
.uk-card-secondary.uk-card-body h1,
.uk-card-secondary.uk-card-body .uk-h1,
.uk-card-secondary.uk-card-body h2,
.uk-card-secondary.uk-card-body .uk-h2,
.uk-card-secondary.uk-card-body h3,
.uk-card-secondary.uk-card-body .uk-h3,
.uk-card-secondary.uk-card-body h4,
.uk-card-secondary.uk-card-body .uk-h4,
.uk-card-secondary.uk-card-body h5,
.uk-card-secondary.uk-card-body .uk-h5,
.uk-card-secondary.uk-card-body h6,
.uk-card-secondary.uk-card-body .uk-h6,
.uk-card-secondary > :not([class*='uk-card-media']) h1,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h1,
.uk-card-secondary > :not([class*='uk-card-media']) h2,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h2,
.uk-card-secondary > :not([class*='uk-card-media']) h3,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h3,
.uk-card-secondary > :not([class*='uk-card-media']) h4,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h4,
.uk-card-secondary > :not([class*='uk-card-media']) h5,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h5,
.uk-card-secondary > :not([class*='uk-card-media']) h6,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h6,
.uk-overlay-primary h1,
.uk-overlay-primary .uk-h1,
.uk-overlay-primary h2,
.uk-overlay-primary .uk-h2,
.uk-overlay-primary h3,
.uk-overlay-primary .uk-h3,
.uk-overlay-primary h4,
.uk-overlay-primary .uk-h4,
.uk-overlay-primary h5,
.uk-overlay-primary .uk-h5,
.uk-overlay-primary h6,
.uk-overlay-primary .uk-h6,
.ap-toolbar h1,
.ap-toolbar .uk-h1,
.ap-toolbar h2,
.ap-toolbar .uk-h2,
.ap-toolbar h3,
.ap-toolbar .uk-h3,
.ap-toolbar h4,
.ap-toolbar .uk-h4,
.ap-toolbar h5,
.ap-toolbar .uk-h5,
.ap-toolbar h6,
.ap-toolbar .uk-h6 {
  color: #ffffff;
}
.uk-light blockquote,
.uk-section-primary:not(.uk-preserve-color) blockquote,
.uk-section-secondary:not(.uk-preserve-color) blockquote,
.uk-tile-primary:not(.uk-preserve-color) blockquote,
.uk-tile-secondary:not(.uk-preserve-color) blockquote,
.uk-card-primary.uk-card-body blockquote,
.uk-card-primary > :not([class*='uk-card-media']) blockquote,
.uk-card-secondary.uk-card-body blockquote,
.uk-card-secondary > :not([class*='uk-card-media']) blockquote,
.uk-overlay-primary blockquote,
.ap-toolbar blockquote {
  color: #ffffff;
}
.uk-light .uk-heading-primary,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-primary,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-primary,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-primary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-primary,
.uk-card-primary.uk-card-body .uk-heading-primary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-primary,
.uk-card-secondary.uk-card-body .uk-heading-primary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-primary,
.uk-overlay-primary .uk-heading-primary,
.ap-toolbar .uk-heading-primary {
  color: #ffffff;
}
.uk-light .uk-heading-hero,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-hero,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-hero,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-hero,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-hero,
.uk-card-primary.uk-card-body .uk-heading-hero,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-hero,
.uk-card-secondary.uk-card-body .uk-heading-hero,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-hero,
.uk-overlay-primary .uk-heading-hero,
.ap-toolbar .uk-heading-hero {
  color: #ffffff;
}
.uk-light .uk-icon-button,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button,
.uk-card-primary.uk-card-body .uk-icon-button,
.uk-card-primary > :not([class*='uk-card-media']) .uk-icon-button,
.uk-card-secondary.uk-card-body .uk-icon-button,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-button,
.uk-overlay-primary .uk-icon-button,
.ap-toolbar .uk-icon-button {
  background-color: #ffffff;
  background-image: none;
}
.uk-light .uk-radio:checked,
.uk-light .uk-checkbox:checked,
.uk-light .uk-checkbox:indeterminate,
.uk-section-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-card-primary.uk-card-body .uk-radio:checked,
.uk-card-primary.uk-card-body .uk-checkbox:checked,
.uk-card-primary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-primary > :not([class*='uk-card-media']) .uk-radio:checked,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-card-secondary.uk-card-body .uk-radio:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-radio:checked,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-overlay-primary .uk-radio:checked,
.uk-overlay-primary .uk-checkbox:checked,
.uk-overlay-primary .uk-checkbox:indeterminate,
.ap-toolbar .uk-radio:checked,
.ap-toolbar .uk-checkbox:checked,
.ap-toolbar .uk-checkbox:indeterminate {
  background-color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-form-label,
.uk-section-primary:not(.uk-preserve-color) .uk-form-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-card-primary.uk-card-body .uk-form-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-form-label,
.uk-card-secondary.uk-card-body .uk-form-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-form-label,
.uk-overlay-primary .uk-form-label,
.ap-toolbar .uk-form-label {
  color: #ffffff;
}
.uk-light .uk-button-default,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-card-primary.uk-card-body .uk-button-default,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default,
.uk-card-secondary.uk-card-body .uk-button-default,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default,
.uk-overlay-primary .uk-button-default,
.ap-toolbar .uk-button-default {
  background-color: #ffffff;
  color: #333;
  border-color: transparent;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-default:hover,
.uk-light .uk-button-default:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-card-primary.uk-card-body .uk-button-default:hover,
.uk-card-primary.uk-card-body .uk-button-default:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:focus,
.uk-card-secondary.uk-card-body .uk-button-default:hover,
.uk-card-secondary.uk-card-body .uk-button-default:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:focus,
.uk-overlay-primary .uk-button-default:hover,
.uk-overlay-primary .uk-button-default:focus,
.ap-toolbar .uk-button-default:hover,
.ap-toolbar .uk-button-default:focus {
  background-color: #ffffff;
  color: #01489d;
  border-color: transparent;
  box-shadow: none;
}
.uk-light .uk-button-default:active,
.uk-light .uk-button-default.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-card-primary.uk-card-body .uk-button-default:active,
.uk-card-primary.uk-card-body .uk-button-default.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default.uk-active,
.uk-card-secondary.uk-card-body .uk-button-default:active,
.uk-card-secondary.uk-card-body .uk-button-default.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default.uk-active,
.uk-overlay-primary .uk-button-default:active,
.uk-overlay-primary .uk-button-default.uk-active,
.ap-toolbar .uk-button-default:active,
.ap-toolbar .uk-button-default.uk-active {
  background-color: #01489d;
  color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-button-primary,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary,
.uk-card-primary.uk-card-body .uk-button-primary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary,
.uk-card-secondary.uk-card-body .uk-button-primary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary,
.uk-overlay-primary .uk-button-primary,
.ap-toolbar .uk-button-primary {
  background-color: #01489d;
  color: #ffffff;
  border-color: transparent;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-primary:hover,
.uk-light .uk-button-primary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-card-primary.uk-card-body .uk-button-primary:hover,
.uk-card-primary.uk-card-body .uk-button-primary:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-card-secondary.uk-card-body .uk-button-primary:hover,
.uk-card-secondary.uk-card-body .uk-button-primary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-overlay-primary .uk-button-primary:hover,
.uk-overlay-primary .uk-button-primary:focus,
.ap-toolbar .uk-button-primary:hover,
.ap-toolbar .uk-button-primary:focus {
  color: #ffffff;
  border-color: transparent;
  box-shadow: none;
}
.uk-light .uk-button-primary:active,
.uk-light .uk-button-primary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-card-primary.uk-card-body .uk-button-primary:active,
.uk-card-primary.uk-card-body .uk-button-primary.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-primary:active,
.uk-card-secondary.uk-card-body .uk-button-primary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-overlay-primary .uk-button-primary:active,
.uk-overlay-primary .uk-button-primary.uk-active,
.ap-toolbar .uk-button-primary:active,
.ap-toolbar .uk-button-primary.uk-active {
  color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-button-secondary,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-card-primary.uk-card-body .uk-button-secondary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary,
.uk-card-secondary.uk-card-body .uk-button-secondary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary,
.uk-overlay-primary .uk-button-secondary,
.ap-toolbar .uk-button-secondary {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-secondary:hover,
.uk-light .uk-button-secondary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-card-primary.uk-card-body .uk-button-secondary:hover,
.uk-card-primary.uk-card-body .uk-button-secondary:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
.uk-card-secondary.uk-card-body .uk-button-secondary:hover,
.uk-card-secondary.uk-card-body .uk-button-secondary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
.uk-overlay-primary .uk-button-secondary:hover,
.uk-overlay-primary .uk-button-secondary:focus,
.ap-toolbar .uk-button-secondary:hover,
.ap-toolbar .uk-button-secondary:focus {
  background-color: transparent;
  color: #ffffff;
  box-shadow: none;
}
.uk-light .uk-button-secondary:active,
.uk-light .uk-button-secondary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-card-primary.uk-card-body .uk-button-secondary:active,
.uk-card-primary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-secondary:active,
.uk-card-secondary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
.uk-overlay-primary .uk-button-secondary:active,
.uk-overlay-primary .uk-button-secondary.uk-active,
.ap-toolbar .uk-button-secondary:active,
.ap-toolbar .uk-button-secondary.uk-active {
  background-color: #ffffff;
  border-color: #ffffff;
}
.uk-light .uk-button-text,
.uk-section-primary:not(.uk-preserve-color) .uk-button-text,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-card-primary.uk-card-body .uk-button-text,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-text,
.uk-card-secondary.uk-card-body .uk-button-text,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-text,
.uk-overlay-primary .uk-button-text,
.ap-toolbar .uk-button-text {
  color: #ffffff;
}
.uk-light .uk-totop:active,
.uk-section-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-card-primary.uk-card-body .uk-totop:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-totop:active,
.uk-card-secondary.uk-card-body .uk-totop:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-totop:active,
.uk-overlay-primary .uk-totop:active,
.ap-toolbar .uk-totop:active {
  color: #ffffff;
  background-color: transparent;
}
.uk-light .uk-marker,
.uk-section-primary:not(.uk-preserve-color) .uk-marker,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker,
.uk-card-primary.uk-card-body .uk-marker,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker,
.uk-card-secondary.uk-card-body .uk-marker,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker,
.uk-overlay-primary .uk-marker,
.ap-toolbar .uk-marker {
  background: #f8f8f8;
  color: #666;
}
.uk-light .uk-marker:hover,
.uk-light .uk-marker:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-card-primary.uk-card-body .uk-marker:hover,
.uk-card-primary.uk-card-body .uk-marker:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker:focus,
.uk-card-secondary.uk-card-body .uk-marker:hover,
.uk-card-secondary.uk-card-body .uk-marker:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:focus,
.uk-overlay-primary .uk-marker:hover,
.uk-overlay-primary .uk-marker:focus,
.ap-toolbar .uk-marker:hover,
.ap-toolbar .uk-marker:focus {
  color: #666;
}
.uk-light .uk-badge,
.uk-section-primary:not(.uk-preserve-color) .uk-badge,
.uk-section-secondary:not(.uk-preserve-color) .uk-badge,
.uk-tile-primary:not(.uk-preserve-color) .uk-badge,
.uk-tile-secondary:not(.uk-preserve-color) .uk-badge,
.uk-card-primary.uk-card-body .uk-badge,
.uk-card-primary > :not([class*='uk-card-media']) .uk-badge,
.uk-card-secondary.uk-card-body .uk-badge,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-badge,
.uk-overlay-primary .uk-badge,
.ap-toolbar .uk-badge {
  background-color: #ffffff;
  color: #333;
}
.uk-light .uk-label,
.uk-section-primary:not(.uk-preserve-color) .uk-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-label,
.uk-card-primary.uk-card-body .uk-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-label,
.uk-card-secondary.uk-card-body .uk-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-label,
.uk-overlay-primary .uk-label,
.ap-toolbar .uk-label {
  background-color: #ffffff;
}
.uk-light .uk-article-title,
.uk-section-primary:not(.uk-preserve-color) .uk-article-title,
.uk-section-secondary:not(.uk-preserve-color) .uk-article-title,
.uk-tile-primary:not(.uk-preserve-color) .uk-article-title,
.uk-tile-secondary:not(.uk-preserve-color) .uk-article-title,
.uk-card-primary.uk-card-body .uk-article-title,
.uk-card-primary > :not([class*='uk-card-media']) .uk-article-title,
.uk-card-secondary.uk-card-body .uk-article-title,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-article-title,
.uk-overlay-primary .uk-article-title,
.ap-toolbar .uk-article-title {
  color: #ffffff;
}
.uk-light .uk-nav-default > li > a:hover,
.uk-light .uk-nav-default > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-overlay-primary .uk-nav-default > li > a:hover,
.uk-overlay-primary .uk-nav-default > li > a:focus,
.ap-toolbar .uk-nav-default > li > a:hover,
.ap-toolbar .uk-nav-default > li > a:focus {
  color: rgba(197, 57, 15, 0.7);
  background-color: transparent;
}
.uk-light .uk-nav-default > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-overlay-primary .uk-nav-default > li.uk-active > a,
.ap-toolbar .uk-nav-default > li.uk-active > a {
  color: #ffffff;
  background-color: transparent;
}
.uk-light .uk-nav-default .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-overlay-primary .uk-nav-default .uk-nav-header,
.ap-toolbar .uk-nav-default .uk-nav-header {
  color: #ffffff;
}
.uk-light .uk-nav-primary > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-overlay-primary .uk-nav-primary > li.uk-active > a,
.ap-toolbar .uk-nav-primary > li.uk-active > a {
  color: #ffffff;
}
.uk-light .uk-nav-primary .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-overlay-primary .uk-nav-primary .uk-nav-header,
.ap-toolbar .uk-nav-primary .uk-nav-header {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li > a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before,
.uk-overlay-primary .uk-navbar-nav > li > a::before,
.ap-toolbar .uk-navbar-nav > li > a::before {
  background-color: transparent;
}
.uk-light .uk-navbar-nav > li:hover > a,
.uk-light .uk-navbar-nav > li > a:focus,
.uk-light .uk-navbar-nav > li > a.uk-open,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-card-primary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-overlay-primary .uk-navbar-nav > li:hover > a,
.uk-overlay-primary .uk-navbar-nav > li > a:focus,
.uk-overlay-primary .uk-navbar-nav > li > a.uk-open,
.ap-toolbar .uk-navbar-nav > li:hover > a,
.ap-toolbar .uk-navbar-nav > li > a:focus,
.ap-toolbar .uk-navbar-nav > li > a.uk-open {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a,
.ap-toolbar .uk-navbar-nav > li.uk-active > a {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li.uk-active > a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a::before,
.ap-toolbar .uk-navbar-nav > li.uk-active > a::before {
  background-color: #01489d;
}
.uk-light .uk-navbar-toggle,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-card-primary.uk-card-body .uk-navbar-toggle,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-card-secondary.uk-card-body .uk-navbar-toggle,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-overlay-primary .uk-navbar-toggle,
.ap-toolbar .uk-navbar-toggle {
  color: #ffffff;
}
.uk-light .uk-subnav > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
.uk-overlay-primary .uk-subnav > .uk-active > a,
.ap-toolbar .uk-subnav > .uk-active > a {
  color: #ffffff;
}
.uk-light .uk-subnav-pill > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
.uk-overlay-primary .uk-subnav-pill > .uk-active > a,
.ap-toolbar .uk-subnav-pill > .uk-active > a {
  background-color: #ffffff;
  box-shadow: none;
}
.uk-light .uk-tab > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-card-primary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
.uk-overlay-primary .uk-tab > .uk-active > a,
.ap-toolbar .uk-tab > .uk-active > a {
  color: #ffffff;
  border-color: #ffffff;
}
.uk-light .uk-dotnav > .uk-active > *,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-card-primary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
.uk-card-secondary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
.uk-overlay-primary .uk-dotnav > .uk-active > *,
.ap-toolbar .uk-dotnav > .uk-active > * {
  background-color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-countdown-number,
.uk-light .uk-countdown-separator,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-number,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-number,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-number,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-number,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-card-primary.uk-card-body .uk-countdown-number,
.uk-card-primary.uk-card-body .uk-countdown-separator,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-number,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-separator,
.uk-card-secondary.uk-card-body .uk-countdown-number,
.uk-card-secondary.uk-card-body .uk-countdown-separator,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-number,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-separator,
.uk-overlay-primary .uk-countdown-number,
.uk-overlay-primary .uk-countdown-separator,
.ap-toolbar .uk-countdown-number,
.ap-toolbar .uk-countdown-separator {
  color: #ffffff;
}
.uk-light .uk-countdown-label,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-label,
.uk-card-primary.uk-card-body .uk-countdown-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-label,
.uk-card-secondary.uk-card-body .uk-countdown-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-label,
.uk-overlay-primary .uk-countdown-label,
.ap-toolbar .uk-countdown-label {
  color: #ffffff;
}
.uk-light .uk-text-lead,
.uk-section-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-card-primary.uk-card-body .uk-text-lead,
.uk-card-primary > :not([class*='uk-card-media']) .uk-text-lead,
.uk-card-secondary.uk-card-body .uk-text-lead,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-text-lead,
.uk-overlay-primary .uk-text-lead,
.ap-toolbar .uk-text-lead {
  color: #ffffff;
}
/* Header
   ========================================================================== */
/*
   * Header
   */
/*
   * Headerbars
   */
.ap-headerbar-top {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
}
.ap-headerbar-bottom {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
}
.ap-header .uk-navbar-nav .menu-item a {
  position: relative;
}
.ap-header .uk-navbar-nav .menu-item a:hover,
.ap-header .uk-navbar-nav .uk-active a {
  font-weight: bolder;
}
.ap-header .uk-navbar-nav .menu-item a:hover::before,
.ap-header .uk-navbar-nav .uk-active a::before {
  right: 15px;
  display: block;
}
.ap-header-transparent {
  position: absolute;
  z-index: 980;
  left: 0;
  right: 0;
}
.ap-header-transparent .uk-navbar-nav .menu-item a {
  position: relative;
  color: #fff;
}
.ap-header-transparent .uk-navbar-nav .menu-item a:hover::before,
.ap-header-transparent .uk-navbar-nav .uk-active a::before {
  background-color: #fff;
}
.uk-navbar-transparent {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 80px;
  z-index: 100;
  transition: background-color 0.3s ease-in;
}
.uk-navbar-transparent.uk-sticky-below {
  z-index: 1000;
}
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li.uk-active > a,
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a:hover {
  color: #292929;
}
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a {
  color: #4f5260;
}
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below,
.uk-section-secondary .uk-navbar-container:not(.uk-navbar-transparent) {
  background: rgba(1, 160, 233, 0.94);
}
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a,
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a:hover {
  color: #fff;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #01489d;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #f8f8f8;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #01489d;
}
.uk-navbar-container:not(.uk-navbar-transparent) {
  background: transparent;
}
.uk-navbar-sticky {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.07);
}
.uk-navbar-nav > li > a::before {
  content: '';
  display: none;
  position: absolute;
  bottom: 24px;
  height: 1px;
  background-color: #00a0de;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transition-property: background-color, border-color, box-shadow, height, right;
  transition-property: background-color, border-color, box-shadow, height, right;
  left: 15px;
  right: calc(77%);
}
.category .uk-pagination li.uk-active,
.ap-pagination li.uk-active,
.dynamic-pagination li.uk-active,
.category .uk-pagination li.active,
.ap-pagination li.active,
.dynamic-pagination li.active {
  background-color: #01489d;
  border-color: #01489d;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #01489d;
}
/* ========================================================================
   Component: Padding
 ========================================================================== */
/* mobile */
@media (max-width: 640px) {
  .uk-padding {
    padding: 14px;
  }
  .uk-padding-small {
    padding: 12px 15px 8px;
  }
  * + .uk-margin-medium {
    margin-top: 12px !important;
  }
  .uk-margin-medium {
    margin-bottom: 16px;
  }
  .uk-button {
    padding: 0 12px;
    line-height: 30px;
  }
  .uk-card-default .uk-card-title,
  .uk-card-title {
    font-size: 1rem;
  }
  .uk-card-body {
    padding: 10px;
  }
  .uk-tile-large {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .uk-heading-primary,
  .uk-heading-hero,
  .uk-h1,
  h1 {
    font-size: 1.75rem;
  }
  .uk-h2,
  h2 {
    font-size: 1.25rem;
  }
  .uk-h3,
  h3 {
    font-size: 1.125rem;
  }
  .uk-h4,
  h4 {
    font-size: .875rem;
  }
  .uk-h5,
  h5,
  .uk-h6,
  h6 {
    font-size: .75rem;
  }
  .uk-margin {
    margin-bottom: 14px;
  }
  * + .uk-margin {
    margin-top: 14px!important;
  }
  .uk-grid {
    margin-left: -6px;
  }
  .uk-grid > * {
    padding-left: 6px;
  }
  * + .uk-grid-margin,
  .uk-grid + .uk-grid,
  .uk-grid > .uk-grid-margin {
    margin-top: 12px;
  }
  .uk-grid + .uk-grid-collapse,
  .uk-grid-collapse > .uk-grid-margin {
    margin-top: 0;
  }
  .uk-grid-collapse > * {
    padding-left: 0;
  }
  .uk-grid-collapse {
    margin-left: 0;
  }
  .uk-card-small .uk-card-body,
  .uk-card-small.uk-card-body {
    padding: 6px;
  }
  .uk-section {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .uk-section-xsmall {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .uk-section-small {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .uk-margin-large-top {
    margin-top: 26px !important;
  }
  .uk-margin-large {
    margin-bottom: 26px;
  }
  .ap-pagination li,
  .dynamic-pagination li {
    height: 24px;
  }
  .dynamic-pagination li a {
    padding: 0 2px;
    line-height: 24px;
    min-width: 24px;
    font-size: 12px;
  }
}
.preview .uk-section-secondary .uk-button-primary:hover {
  background-color: #01316a;
}
.ap-list-filter dd a.active {
  background-color: #01489d;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #01489d;
}
.category li a.active {
  color: #01489d;
}
.uk-lightbox-items > * > video {
  width: 80%;
}
/* 兼容uk-heading-primary */
@media (min-width: 1200px) {
  .uk-heading-primary {
    font-size: 3.75rem;
    line-height: 1.1;
  }
}
.uk-list ul {
  padding-left: 10px;
}
.onepage-pagination li a.active:before {
  background: #01489d;
}
.fr-text-bordered {
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.fr-text-uppercase {
  text-transform: uppercase;
}
.param-field .param-tag {
  color: #01489d;
  border: 1px solid rgba(1, 72, 157, 0.2);
}
form .step .step-bg-progress,
form .add-file .file-btn,
form .step-btns a,
form .step .ui-step.active .ui-step-num {
  background: #01489d;
}
form .step .ui-step.active .ui-step-title {
  color: #01489d;
}
/**************** 自定义版块样式 ********************/
.btn-effect-1 {
  border-color: #01489d;
  background-color: #01489d;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #01489d;
}
.header-effect-7 [data-item='subTitle'] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #01489d;
  color: #fff !important;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #01489d;
  color: #01489d;
}
.btn-effect-2:hover {
  background-color: #01489d;
}
.uk-button.btn-effect-5 {
  background-color: #01489d;
  box-shadow: 0 0 15px rgba(1, 72, 157, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #01489d;
}
.header-effect-6 [data-item='title']::before {
  background-color: #01489d;
}
#a9801a6f51a06af .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5c58a9b79acd59 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5c58a9b79acd59 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5c58a9b79acd59 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #01489d;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a5c58a9b79acd59 .menu-list > li > a {
  padding: 0 35px;
}
#a5c58a9b79acd59 .menu-list > li:hover:before {
  height: 100%;
}
#a5c58a9b79acd59 .menu-list > li:hover:after {
  color: auto;
}
#a5c58a9b79acd59 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #333333;
  font-weight: 400;
  content: "|";
}
#a5c58a9b79acd59 .menu-list > li:first-child:after {
  content: "";
}
#a5c58a9b79acd59 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-size: auto;
  background-color: #01489d;
}
#a5c58a9b79acd59 .menu-list > li ul {
  padding: 0;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a5c58a9b79acd59 .menu-list > li ul li {
  position: relative;
}
#a5c58a9b79acd59 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #444444;
  background-color: rgba(255, 255, 255, 0.9);
}
#a5c58a9b79acd59 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#a5c58a9b79acd59 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a5c58a9b79acd59 li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(1, 160, 233, 0.9);
}
#a5c58a9b79acd59 li ul li a:active,
#a5c58a9b79acd59 li ul li a.active,
#a5c58a9b79acd59 li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(1, 160, 233, 0.9);
}
#a5c58a9b79acd59 li ul,
#a5c58a9b79acd59 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a5c58a9b79acd59 li:hover > ul {
  left: auto;
}
#a5c58a9b79acd59 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a0180afae1ada55 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a0180afae1ada55 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a0180afae1ada55 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #444444;
}
#a0180afae1ada55 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #444444;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a0180afae1ada55 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #01489d;
}
#a0180afae1ada55 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #01489d;
}
#a0180afae1ada55 .menu-list > li.active > a:before,
#a0180afae1ada55 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a0180afae1ada55 .menu-list > li ul li {
  position: relative;
}
#a0180afae1ada55 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a0180afae1ada55 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a0180afae1ada55 .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a0180afae1ada55 .menu-list li ul,
#a0180afae1ada55 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a0180afae1ada55 .menu-list li ul.menu-b > li,
#a0180afae1ada55 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a0180afae1ada55 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a0180afae1ada55 .menu-list li:hover > ul {
  display: block;
}
#a0180afae1ada55 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a18a2aec31ad434 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a18a2aec31ad434 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a18a2aec31ad434 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #444444;
}
#a18a2aec31ad434 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #444444;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a18a2aec31ad434 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #01489d;
}
#a18a2aec31ad434 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #01489d;
}
#a18a2aec31ad434 .menu-list > li.active > a:before,
#a18a2aec31ad434 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a18a2aec31ad434 .menu-list > li ul li {
  position: relative;
}
#a18a2aec31ad434 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a18a2aec31ad434 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a18a2aec31ad434 .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a18a2aec31ad434 .menu-list li ul,
#a18a2aec31ad434 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a18a2aec31ad434 .menu-list li ul.menu-b > li,
#a18a2aec31ad434 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a18a2aec31ad434 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a18a2aec31ad434 .menu-list li:hover > ul {
  display: block;
}
#a18a2aec31ad434 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a570fae460ab5ee .ap-category-filter ul li.active {
  border-color: #01489d;
  color: #01489d;
}
#a570fae460ab5ee .grid-list .product-item {
  overflow: hidden;
}
#a570fae460ab5ee .grid-list .product-preview .img {
  display: block;
}
#a570fae460ab5ee .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a570fae460ab5ee .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a570fae460ab5ee .grid-list .product-info {
  min-height: 110px;
}
#a570fae460ab5ee .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a570fae460ab5ee .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a570fae460ab5ee .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a570fae460ab5ee .grid-list .category-name {
  font-size: 12px;
}
#a570fae460ab5ee .grid-list .category-name a {
  color: #777;
}
#a570fae460ab5ee .grid-list .title,
#a570fae460ab5ee .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a570fae460ab5ee .grid-list .title a,
#a570fae460ab5ee .grid-list .subTitle a {
  color: #191919;
}
#a570fae460ab5ee .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a570fae460ab5ee .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a570fae460ab5ee .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a570fae460ab5ee .grid-list .product-preview {
  border-radius: 5px;
  overflow: hidden;
}
#a570fae460ab5ee .grid-list .product-info .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #999999;
}
#a570fae460ab5ee .grid-list .title a {
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 36px;
}
#a570fae460ab5ee .grid-list .product:hover {
  background-color: auto;
}
#a570fae460ab5ee .grid-list .product:hover .title a {
  color: #444;
}
#a570fae460ab5ee .grid-list .product:hover .subTitle {
  color: auto;
}
#a570fae460ab5ee .grid-list .product:hover .category {
  color: auto;
}
#a570fae460ab5ee .grid-list .product:hover .abstract {
  color: auto;
}
#a570fae460ab5ee .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #a570fae460ab5ee .grid-list .product-info {
    min-height: 0;
  }
  #a570fae460ab5ee .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a570fae460ab5ee .grid-list .product-buttons {
    display: none;
  }
}
#a45c1a8ecfaeec7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acbb8af799a0805 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af60fa6e49a7081 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ade9eaad49a5592 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afc7fa1f68a8921 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a3626ae14aa8de0 .sidebar {
  width: 300px;
  margin-left: 20px;
}
#a3626ae14aa8de0 .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
#a3626ae14aa8de0 .abstract {
  white-space: pre-wrap;
  text-indent: 0
}
@media (max-width: 640px) {
  #a3626ae14aa8de0 .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
  #a3626ae14aa8de0 .uk-container {
    padding: 0;
  }
  #a3626ae14aa8de0 .sidebar {
    padding: 10px;
  }
}
#a3626ae14aa8de0 .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#a3626ae14aa8de0 .search-form .search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#a3626ae14aa8de0 .search-form .submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 42px;
  height: 34px;
  padding: 0;
  font-family: FontAwesome;
  content: '\f13d';
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #01489d;
  cursor: pointer;
}
#a3626ae14aa8de0 .content-tags a {
  display: inline-block;
  margin: 0 10px 5px 0;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.2;
  color: #666;
  border: 1px solid #999;
  border-radius: 3px;
  transition: all .3s ease;
}
#a3626ae14aa8de0 .content-tags a:hover {
  background: #01489d;
  color: #fff;
  border-color: #01489d;
}
#a3626ae14aa8de0 .abstract,
#a3626ae14aa8de0 .copyright {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #999;
  border: 1px solid #efefef;
  background: #fbfbfb;
  border-radius: 3px;
}
#a3626ae14aa8de0 .copyright a {
  color: #999;
  word-break: break-all;
}
#a3626ae14aa8de0 .detail-content {
  font-size: 16px;
  color: #444;
}
#a3626ae14aa8de0 .detail-content img {
  margin-bottom: 10px;
  margin-left: -2rem
}
#a3626ae14aa8de0 .detail-content table {
  font-size: 13px;
}
#a3626ae14aa8de0 .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#a3626ae14aa8de0 .hot-list,
#a3626ae14aa8de0 .new-list {
  padding: 12px;
}
#a3626ae14aa8de0 .new-list a:hover,
#a3626ae14aa8de0 .hot-list a:hover {
  color: #01489d;
}
#a3626ae14aa8de0 .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#a3626ae14aa8de0 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a3626ae14aa8de0 .hot-item:hover a {
  color: #01489d;
}
#a3626ae14aa8de0 .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a3626ae14aa8de0 .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #01489d;
  content: "";
}
#a3626ae14aa8de0 .content-header {
  padding-bottom: 10px;
}
#a3626ae14aa8de0 .item-title {
  color: #333;
}
#a3626ae14aa8de0 input::placeholder {
  color: #999;
}
#a3626ae14aa8de0 .datetime {
  color: #999;
}
#a3626ae14aa8de0 .new-item a {
  padding-left: 25px;
}
#a3626ae14aa8de0 .new-item span {
  background-color: #f0f0f0;
  display: inline-block;
  font-size: 13px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #999;
  text-align: center;
  position: absolute;
  left: 0;
  top: 3px;
}
#a3626ae14aa8de0 .siblings a {
  color: #444;
  line-height: 2;
}
#a3626ae14aa8de0 .siblings a:hover {
  color: #01489d;
}
#a5c58a9b79acd59 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5c58a9b79acd59 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5c58a9b79acd59 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #01489d;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a5c58a9b79acd59 .menu-list > li > a {
  padding: 0 35px;
}
#a5c58a9b79acd59 .menu-list > li:hover:before {
  height: 100%;
}
#a5c58a9b79acd59 .menu-list > li:hover:after {
  color: auto;
}
#a5c58a9b79acd59 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #333333;
  font-weight: 400;
  content: "|";
}
#a5c58a9b79acd59 .menu-list > li:first-child:after {
  content: "";
}
#a5c58a9b79acd59 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-size: auto;
  background-color: #01489d;
}
#a5c58a9b79acd59 .menu-list > li ul {
  padding: 0;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a5c58a9b79acd59 .menu-list > li ul li {
  position: relative;
}
#a5c58a9b79acd59 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #444444;
  background-color: rgba(255, 255, 255, 0.9);
}
#a5c58a9b79acd59 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#a5c58a9b79acd59 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a5c58a9b79acd59 li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(1, 160, 233, 0.9);
}
#a5c58a9b79acd59 li ul li a:active,
#a5c58a9b79acd59 li ul li a.active,
#a5c58a9b79acd59 li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(1, 160, 233, 0.9);
}
#a5c58a9b79acd59 li ul,
#a5c58a9b79acd59 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a5c58a9b79acd59 li:hover > ul {
  left: auto;
}
#a5c58a9b79acd59 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a45c1a8ecfaeec7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acbb8af799a0805 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af60fa6e49a7081 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ade9eaad49a5592 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8792a1004a242c .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5c58a9b79acd59 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5c58a9b79acd59 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5c58a9b79acd59 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #01489d;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a5c58a9b79acd59 .menu-list > li > a {
  padding: 0 35px;
}
#a5c58a9b79acd59 .menu-list > li:hover:before {
  height: 100%;
}
#a5c58a9b79acd59 .menu-list > li:hover:after {
  color: auto;
}
#a5c58a9b79acd59 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #333333;
  font-weight: 400;
  content: "|";
}
#a5c58a9b79acd59 .menu-list > li:first-child:after {
  content: "";
}
#a5c58a9b79acd59 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-size: auto;
  background-color: #01489d;
}
#a5c58a9b79acd59 .menu-list > li ul {
  padding: 0;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a5c58a9b79acd59 .menu-list > li ul li {
  position: relative;
}
#a5c58a9b79acd59 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #444444;
  background-color: rgba(255, 255, 255, 0.9);
}
#a5c58a9b79acd59 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#a5c58a9b79acd59 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a5c58a9b79acd59 li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(1, 160, 233, 0.9);
}
#a5c58a9b79acd59 li ul li a:active,
#a5c58a9b79acd59 li ul li a.active,
#a5c58a9b79acd59 li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(1, 160, 233, 0.9);
}
#a5c58a9b79acd59 li ul,
#a5c58a9b79acd59 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a5c58a9b79acd59 li:hover > ul {
  left: auto;
}
#a5c58a9b79acd59 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#acc3eac1d4a879f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#acc3eac1d4a879f .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#acc3eac1d4a879f .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #444444;
}
#acc3eac1d4a879f .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #444444;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#acc3eac1d4a879f .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #01489d;
}
#acc3eac1d4a879f .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #01489d;
}
#acc3eac1d4a879f .menu-list > li.active > a:before,
#acc3eac1d4a879f .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#acc3eac1d4a879f .menu-list > li ul li {
  position: relative;
}
#acc3eac1d4a879f .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#acc3eac1d4a879f .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#acc3eac1d4a879f .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#acc3eac1d4a879f .menu-list li ul,
#acc3eac1d4a879f .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#acc3eac1d4a879f .menu-list li ul.menu-b > li,
#acc3eac1d4a879f .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#acc3eac1d4a879f .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#acc3eac1d4a879f .menu-list li:hover > ul {
  display: block;
}
#acc3eac1d4a879f .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a0bf5a5473a58a2 a, #a0bf5a5473a58a2 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(136, 136, 136, 1);}#a0bf5a5473a58a2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(136, 136, 136, 1);}#aa03eadac6a8d2d .ap-category-filter ul li.active {
  border-color: #01489d;
  color: #01489d;
}
#aa03eadac6a8d2d .uk-grid {
  margin-left: -20px;
}
#aa03eadac6a8d2d .uk-grid > * {
  padding-left: 20px;
}
#aa03eadac6a8d2d .uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
#aa03eadac6a8d2d .uk-card {
  background-color: #f8f8fc;
  transition: all .3s ease;
}
#aa03eadac6a8d2d .uk-card-media-top {
  overflow: hidden;
}
#aa03eadac6a8d2d .uk-card-media-top .img {
  transition: all .3s ease;
}
#aa03eadac6a8d2d .info {
  flex: 1;
  overflow: hidden;
  min-width: 1px;
  width: 0;
}
#aa03eadac6a8d2d .datetime {
  padding: 4px;
  margin-right: 6px;
  flex-shrink: 0;
  font-size: 12px;
  color: #333333;
  font-family: Arial;
}
#aa03eadac6a8d2d .datetime b {
  font-size: 24px;
  font-weight: bolder;
  display: block;
}
#aa03eadac6a8d2d .uk-card-body {
  padding: 15px 10px 8px;
}
#aa03eadac6a8d2d hr {
  border-top-color: #e6e6e6;
  margin: 0 0 10px;
}
#aa03eadac6a8d2d .uk-button {
  border: 1px solid #ececec;
}
#aa03eadac6a8d2d .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#aa03eadac6a8d2d .uk-card .abstract {
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #888888;
  line-height: 20px;
}
#aa03eadac6a8d2d .uk-card:hover {
  background-color: #01489d;
}
#aa03eadac6a8d2d .uk-card:hover .title {
  color: #fff;
}
#aa03eadac6a8d2d .uk-card:hover hr {
  border-top-color: #015fd0;
}
#aa03eadac6a8d2d .uk-card:hover .img {
  transform: scale(1.2);
}
#aa03eadac6a8d2d .uk-card:hover .abstract {
  color: #fff;
}
#aa03eadac6a8d2d .uk-card:hover .datetime {
  color: #ffffff;
}
#aa03eadac6a8d2d .uk-card:hover .category {
  color: #d3b267;
}
#aa03eadac6a8d2d .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a45c1a8ecfaeec7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acbb8af799a0805 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af60fa6e49a7081 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ade9eaad49a5592 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afc7fa1f68a8921 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8c41aaea0a81f5 .sidebar {
  width: 300px;
  margin-left: 20px;
}
#a8c41aaea0a81f5 .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
#a8c41aaea0a81f5 .abstract {
  white-space: pre-wrap;
}
@media (max-width: 640px) {
  #a8c41aaea0a81f5 .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
  #a8c41aaea0a81f5 .uk-container {
    padding: 0;
  }
  #a8c41aaea0a81f5 .sidebar {
    padding: 10px;
  }
}
#a8c41aaea0a81f5 .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#a8c41aaea0a81f5 .search-form .search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#a8c41aaea0a81f5 .search-form .submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 42px;
  height: 34px;
  padding: 0;
  font-family: FontAwesome;
  content: '\f13d';
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #01489d;
  cursor: pointer;
}
#a8c41aaea0a81f5 .content-tags a {
  display: inline-block;
  margin: 0 10px 5px 0;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.2;
  color: #666;
  border: 1px solid #999;
  border-radius: 3px;
  transition: all .3s ease;
}
#a8c41aaea0a81f5 .content-tags a:hover {
  background: #01489d;
  color: #fff;
  border-color: #01489d;
}
#a8c41aaea0a81f5 .abstract,
#a8c41aaea0a81f5 .copyright {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #999;
  border: 1px solid #efefef;
  background: #fbfbfb;
  border-radius: 3px;
}
#a8c41aaea0a81f5 .copyright a {
  color: #999;
  word-break: break-all;
}
#a8c41aaea0a81f5 .detail-content {
  font-size: 16px;
  color: #444;
}
#a8c41aaea0a81f5 .detail-content img {
  margin-bottom: 10px;
}
#a8c41aaea0a81f5 .detail-content table {
  font-size: 13px;
}
#a8c41aaea0a81f5 .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#a8c41aaea0a81f5 .hot-list,
#a8c41aaea0a81f5 .new-list {
  padding: 12px;
}
#a8c41aaea0a81f5 .new-list a:hover,
#a8c41aaea0a81f5 .hot-list a:hover {
  color: #01489d;
}
#a8c41aaea0a81f5 .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#a8c41aaea0a81f5 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a8c41aaea0a81f5 .hot-item:hover a {
  color: #01489d;
}
#a8c41aaea0a81f5 .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a8c41aaea0a81f5 .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #01489d;
  content: "";
}
#a8c41aaea0a81f5 .content-header {
  padding-bottom: 10px;
}
#a8c41aaea0a81f5 .item-title {
  color: #333;
}
#a8c41aaea0a81f5 input::placeholder {
  color: #999;
}
#a8c41aaea0a81f5 .datetime {
  color: #999;
}
#a8c41aaea0a81f5 .new-item a {
  padding-left: 25px;
}
#a8c41aaea0a81f5 .new-item span {
  background-color: #f0f0f0;
  display: inline-block;
  font-size: 13px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #999;
  text-align: center;
  position: absolute;
  left: 0;
  top: 3px;
}
#a8c41aaea0a81f5 .siblings a {
  color: #444;
  line-height: 2;
}
#a8c41aaea0a81f5 .siblings a:hover {
  color: #01489d;
}
#a5c58a9b79acd59 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5c58a9b79acd59 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5c58a9b79acd59 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #01489d;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a5c58a9b79acd59 .menu-list > li > a {
  padding: 0 35px;
}
#a5c58a9b79acd59 .menu-list > li:hover:before {
  height: 100%;
}
#a5c58a9b79acd59 .menu-list > li:hover:after {
  color: auto;
}
#a5c58a9b79acd59 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #333333;
  font-weight: 400;
  content: "|";
}
#a5c58a9b79acd59 .menu-list > li:first-child:after {
  content: "";
}
#a5c58a9b79acd59 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-size: auto;
  background-color: #01489d;
}
#a5c58a9b79acd59 .menu-list > li ul {
  padding: 0;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a5c58a9b79acd59 .menu-list > li ul li {
  position: relative;
}
#a5c58a9b79acd59 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #444444;
  background-color: rgba(255, 255, 255, 0.9);
}
#a5c58a9b79acd59 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#a5c58a9b79acd59 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a5c58a9b79acd59 li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(1, 160, 233, 0.9);
}
#a5c58a9b79acd59 li ul li a:active,
#a5c58a9b79acd59 li ul li a.active,
#a5c58a9b79acd59 li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(1, 160, 233, 0.9);
}
#a5c58a9b79acd59 li ul,
#a5c58a9b79acd59 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a5c58a9b79acd59 li:hover > ul {
  left: auto;
}
#a5c58a9b79acd59 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a45c1a8ecfaeec7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acbb8af799a0805 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af60fa6e49a7081 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ade9eaad49a5592 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac498aebeaa5c7a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab67cab0d8ae071 .sidebar {
  width: 300px;
  margin-left: 20px;
}
#ab67cab0d8ae071 .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
#ab67cab0d8ae071 .abstract {
  white-space: pre-wrap;
}
@media (max-width: 640px) {
  #ab67cab0d8ae071 .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
  #ab67cab0d8ae071 .uk-container {
    padding: 0;
  }
  #ab67cab0d8ae071 .sidebar {
    padding: 10px;
  }
}
#ab67cab0d8ae071 .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#ab67cab0d8ae071 .search-form .search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#ab67cab0d8ae071 .search-form .submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 42px;
  height: 34px;
  padding: 0;
  font-family: FontAwesome;
  content: '\f13d';
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #01489d;
  cursor: pointer;
}
#ab67cab0d8ae071 .content-tags a {
  display: inline-block;
  margin: 0 10px 5px 0;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.2;
  color: #666;
  border: 1px solid #999;
  border-radius: 3px;
  transition: all .3s ease;
}
#ab67cab0d8ae071 .content-tags a:hover {
  background: #01489d;
  color: #fff;
  border-color: #01489d;
}
#ab67cab0d8ae071 .abstract,
#ab67cab0d8ae071 .copyright {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #999;
  border: 1px solid #efefef;
  background: #fbfbfb;
  border-radius: 3px;
}
#ab67cab0d8ae071 .copyright a {
  color: #999;
  word-break: break-all;
}
#ab67cab0d8ae071 .detail-content {
  font-size: 16px;
  color: #444;
}
#ab67cab0d8ae071 .detail-content img {
  margin-bottom: 10px;
}
#ab67cab0d8ae071 .detail-content table {
  font-size: 13px;
}
#ab67cab0d8ae071 .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#ab67cab0d8ae071 .hot-list,
#ab67cab0d8ae071 .new-list {
  padding: 12px;
}
#ab67cab0d8ae071 .new-list a:hover,
#ab67cab0d8ae071 .hot-list a:hover {
  color: #01489d;
}
#ab67cab0d8ae071 .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#ab67cab0d8ae071 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#ab67cab0d8ae071 .hot-item:hover a {
  color: #01489d;
}
#ab67cab0d8ae071 .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#ab67cab0d8ae071 .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #01489d;
  content: "";
}
#ab67cab0d8ae071 .content-header {
  padding-bottom: 10px;
}
#ab67cab0d8ae071 .item-title {
  color: #333;
}
#ab67cab0d8ae071 input::placeholder {
  color: #999;
}
#ab67cab0d8ae071 .datetime {
  color: #999;
}
#ab67cab0d8ae071 .new-item a {
  padding-left: 25px;
}
#ab67cab0d8ae071 .new-item span {
  background-color: #f0f0f0;
  display: inline-block;
  font-size: 13px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #999;
  text-align: center;
  position: absolute;
  left: 0;
  top: 3px;
}
#ab67cab0d8ae071 .siblings a {
  color: #444;
  line-height: 2;
}
#ab67cab0d8ae071 .siblings a:hover {
  color: #01489d;
}
#a5c58a9b79acd59 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5c58a9b79acd59 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5c58a9b79acd59 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #01489d;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a5c58a9b79acd59 .menu-list > li > a {
  padding: 0 35px;
}
#a5c58a9b79acd59 .menu-list > li:hover:before {
  height: 100%;
}
#a5c58a9b79acd59 .menu-list > li:hover:after {
  color: auto;
}
#a5c58a9b79acd59 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #333333;
  font-weight: 400;
  content: "|";
}
#a5c58a9b79acd59 .menu-list > li:first-child:after {
  content: "";
}
#a5c58a9b79acd59 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-size: auto;
  background-color: #01489d;
}
#a5c58a9b79acd59 .menu-list > li ul {
  padding: 0;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a5c58a9b79acd59 .menu-list > li ul li {
  position: relative;
}
#a5c58a9b79acd59 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #444444;
  background-color: rgba(255, 255, 255, 0.9);
}
#a5c58a9b79acd59 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#a5c58a9b79acd59 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a5c58a9b79acd59 li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(1, 160, 233, 0.9);
}
#a5c58a9b79acd59 li ul li a:active,
#a5c58a9b79acd59 li ul li a.active,
#a5c58a9b79acd59 li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(1, 160, 233, 0.9);
}
#a5c58a9b79acd59 li ul,
#a5c58a9b79acd59 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a5c58a9b79acd59 li:hover > ul {
  left: auto;
}
#a5c58a9b79acd59 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a45c1a8ecfaeec7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acbb8af799a0805 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af60fa6e49a7081 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ade9eaad49a5592 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a832ba15d3aa146 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5c58a9b79acd59 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5c58a9b79acd59 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5c58a9b79acd59 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #01489d;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a5c58a9b79acd59 .menu-list > li > a {
  padding: 0 35px;
}
#a5c58a9b79acd59 .menu-list > li:hover:before {
  height: 100%;
}
#a5c58a9b79acd59 .menu-list > li:hover:after {
  color: auto;
}
#a5c58a9b79acd59 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #333333;
  font-weight: 400;
  content: "|";
}
#a5c58a9b79acd59 .menu-list > li:first-child:after {
  content: "";
}
#a5c58a9b79acd59 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-size: auto;
  background-color: #01489d;
}
#a5c58a9b79acd59 .menu-list > li ul {
  padding: 0;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a5c58a9b79acd59 .menu-list > li ul li {
  position: relative;
}
#a5c58a9b79acd59 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #444444;
  background-color: rgba(255, 255, 255, 0.9);
}
#a5c58a9b79acd59 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#a5c58a9b79acd59 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a5c58a9b79acd59 li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(1, 160, 233, 0.9);
}
#a5c58a9b79acd59 li ul li a:active,
#a5c58a9b79acd59 li ul li a.active,
#a5c58a9b79acd59 li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(1, 160, 233, 0.9);
}
#a5c58a9b79acd59 li ul,
#a5c58a9b79acd59 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a5c58a9b79acd59 li:hover > ul {
  left: auto;
}
#a5c58a9b79acd59 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6592a7593a3ea5 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0480a1345a23ec .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(1, 72, 157, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a0480a1345a23ec .ele-wrap:hover {background-color: #509c49;color: #ffffff;background-color: rgba(1, 160, 233, 1);}#a7d29ae6b0aba26 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a66b5ad3c1aee89 .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(1, 72, 157, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a66b5ad3c1aee89 .ele-wrap:hover {background-color: #509c49;color: #ffffff;background-color: rgba(1, 160, 233, 1);}#a8a37abd95a82ae > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af77cad64aa951e .ele-wrap {color: #fff;font-size: 14px;font-weight: 400;background-color: rgba(1, 72, 157, 1);border-radius: 25px;justify-content: center;border-style: solid;}#af77cad64aa951e .ele-wrap:hover {background-color: #509c49;}#a60bfaf7e2abad8 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0175ab1f9a6508 > .ele-wrap {background-image: url(../images/1637131707803.png);background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aabd1af3f8a9972 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3064af8ffadbcb > .ele-wrap {background-image: url(../images/1637131416625.png);background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8497a8558a02cd > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8aa6af06fa2df4 > .ele-wrap {background-image: url(../images/1637131784659.png);background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad29ca98c6a63e3 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab96ba1ef1a7a99 > .ele-wrap {background-image: url(../images/1637131496356.png);background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aeec8a9d00a8f63 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5b65a3a01a7650 .ele-wrap {color: #01489d;font-size: 14px;font-weight: 400;border-radius: 25px;justify-content: center;border-style: dotted;border-color: rgba(1, 72, 157, 1);border-width: 1px;}#a5b65a3a01a7650 .ele-wrap:hover {background-color: #509c49;color: #ffffff;background-color: rgba(1, 72, 157, 1);border-color: rgba(1, 72, 157, 1);}#ab1c0af284a1730 > .ele-wrap {
                background-image: linear-gradient(200deg,
                rgba(1, 72, 157, 1),
                rgba(1, 160, 233, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af3bcace8fae1a2 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a97caad1c7a12b5 > .ele-wrap {background-image: url(../images/1637138973151.png);background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2e91ad7dea937f .ele-wrap {color: #333333;font-size: 14px;font-weight: 500;background-color: rgba(240, 240, 243, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a2e91ad7dea937f .ele-wrap:hover {background-color: #509c49;color: #ffffff;background-color: rgba(1, 72, 157, 1);}#a9f85a79e0a2417 .ele-wrap {color: #333333;font-size: 14px;font-weight: 500;background-color: rgba(240, 240, 243, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a9f85a79e0a2417 .ele-wrap:hover {background-color: #509c49;color: #ffffff;background-color: rgba(1, 72, 157, 1);}#ae395a2d74ab2db .ele-wrap {color: #333333;font-size: 14px;font-weight: 500;background-color: rgba(240, 240, 243, 1);border-radius: 25px;justify-content: center;border-style: solid;}#ae395a2d74ab2db .ele-wrap:hover {background-color: #509c49;color: #ffffff;background-color: rgba(1, 72, 157, 1);}#afc08afe31aec4e .ele-wrap {color: #333333;font-size: 14px;font-weight: 500;background-color: rgba(240, 240, 243, 1);border-radius: 25px;justify-content: center;border-style: solid;}#afc08afe31aec4e .ele-wrap:hover {background-color: #509c49;color: #ffffff;background-color: rgba(1, 72, 157, 1);}#acec9a4169a50f2 .ele-wrap {color: #333333;font-size: 14px;font-weight: 500;background-color: rgba(240, 240, 243, 1);border-radius: 25px;justify-content: center;border-style: solid;}#acec9a4169a50f2 .ele-wrap:hover {background-color: #509c49;color: #ffffff;background-color: rgba(1, 72, 157, 1);}#a1b01a2c90a0d74 .ele-wrap {color: #333333;font-size: 14px;font-weight: 500;background-color: rgba(240, 240, 243, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a1b01a2c90a0d74 .ele-wrap:hover {background-color: #509c49;color: #ffffff;background-color: rgba(1, 72, 157, 1);}#a73a1a2ac3a8db8 .ap-category-filter ul li.active {
  border-color: #01489d;
  color: #01489d;
}
#a73a1a2ac3a8db8 .grid-list .product-item {
  overflow: hidden;
}
#a73a1a2ac3a8db8 .grid-list .product-preview .img {
  display: block;
}
#a73a1a2ac3a8db8 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a73a1a2ac3a8db8 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a73a1a2ac3a8db8 .grid-list .product-info {
  min-height: 110px;
}
#a73a1a2ac3a8db8 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a73a1a2ac3a8db8 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a73a1a2ac3a8db8 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a73a1a2ac3a8db8 .grid-list .category-name {
  font-size: 12px;
}
#a73a1a2ac3a8db8 .grid-list .category-name a {
  color: #777;
}
#a73a1a2ac3a8db8 .grid-list .title,
#a73a1a2ac3a8db8 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a73a1a2ac3a8db8 .grid-list .title a,
#a73a1a2ac3a8db8 .grid-list .subTitle a {
  color: #191919;
}
#a73a1a2ac3a8db8 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a73a1a2ac3a8db8 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a73a1a2ac3a8db8 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a73a1a2ac3a8db8 .grid-list .product-preview {
  border-radius: 5px;
  overflow: hidden;
}
#a73a1a2ac3a8db8 .grid-list .product-info .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #999999;
}
#a73a1a2ac3a8db8 .grid-list .title a {
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 36px;
}
#a73a1a2ac3a8db8 .grid-list .product:hover {
  background-color: auto;
}
#a73a1a2ac3a8db8 .grid-list .product:hover .title a {
  color: #444;
}
#a73a1a2ac3a8db8 .grid-list .product:hover .subTitle {
  color: auto;
}
#a73a1a2ac3a8db8 .grid-list .product:hover .category {
  color: auto;
}
#a73a1a2ac3a8db8 .grid-list .product:hover .abstract {
  color: auto;
}
#a73a1a2ac3a8db8 .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #a73a1a2ac3a8db8 .grid-list .product-info {
    min-height: 0;
  }
  #a73a1a2ac3a8db8 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a73a1a2ac3a8db8 .grid-list .product-buttons {
    display: none;
  }
}
#aed6fa2b0fae82f [data-item="undefined"] {color: #333333;font-size: 14px;font-weight: 500;background-color: rgba(238, 238, 238, 1);border-radius: 25px;justify-content: center;border-style: solid;}#aed6fa2b0fae82f [data-item="undefined"]:hover {background-color: #509c49;color: #ffffff;background-color: rgba(1, 72, 157, 1);}#ad0e9a398aa53e5 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae30da7a85ad3ca > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-right-color: rgba(238, 238, 238, 1);}#a4ed2a7238a97c6 > .ele-wrap {background-image: url(../images/1637545170997.png);background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adf13af5f8a2784 > .ele-wrap {background-color: rgba(1, 160, 233, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac56fa0e93ac8a0 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: none;border-top-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-right-color: rgba(238, 238, 238, 1);}#a204eadfa0a156a > .ele-wrap {background-image: url(../images/1637545172091.png);background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae229ab377aa05f > .ele-wrap {background-color: rgba(1, 160, 233, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3c4fa1cf2a754c > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-top-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-right-color: rgba(238, 238, 238, 1);}#af23ca139aaed29 > .ele-wrap {background-image: url(../images/1637545171802.png);background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a66ddabe23a521f > .ele-wrap {background-color: rgba(1, 72, 157, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aaeafa8d42a6ba9 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: none;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-right-color: rgba(238, 238, 238, 1);}#a9264ace60af909 > .ele-wrap {background-image: url(../images/1637545286303.png);background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a19e5af5dda65b6 > .ele-wrap {background-color: rgba(1, 160, 233, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a33e5aaf11aed8d > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-top-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-right-color: rgba(238, 238, 238, 1);}#a3830ac475a5cf3 > .ele-wrap {background-image: url(../images/1637545035121.png);background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2090ae467aa23e > .ele-wrap {background-color: rgba(1, 160, 233, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac892af139a9ec7 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: none;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-right-color: rgba(238, 238, 238, 1);}#ac074a2042a0684 > .ele-wrap {background-image: url(../images/1637545172383.png);background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b00ae005a3be1 > .ele-wrap {background-color: rgba(1, 160, 233, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ada28a21c7aa79b > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-top-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-right-color: rgba(238, 238, 238, 1);}#a94c1a9ca9a153b > .ele-wrap {background-image: url(../images/1637545172694.png);background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8ba3ae563a5029 > .ele-wrap {background-color: rgba(1, 160, 233, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7076aed70af92b > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: none;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-right-color: rgba(238, 238, 238, 1);}#af36da8c76acf2e > .ele-wrap {background-image: url(../images/1637545171165.png);background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abae4a5912a29b2 > .ele-wrap {background-color: rgba(1, 160, 233, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3832a8095a588c [data-item="undefined"] {background-color: rgba(1, 160, 233, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aaf83ad830af071 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab585a1a58a4bae > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a850dad976aadcb .ele-wrap {border-color: rgba(221, 221, 221, 1);color: #333333;font-size: 14px;font-weight: 500;border-radius: 5px;justify-content: center;border-style: solid;border-width: 1px;}#a850dad976aadcb .ele-wrap:hover {background-color: #0483cc;color: #01a0e9;border-color: rgba(1, 160, 233, 1);background-color: rgba(248, 248, 252, 1);}#a8fb1ae32ca6a41 .ele-wrap {border-color: rgba(221, 221, 221, 1);color: #333333;font-size: 14px;font-weight: 500;border-radius: 5px;justify-content: center;border-style: solid;border-width: 1px;}#a8fb1ae32ca6a41 .ele-wrap:hover {background-color: #0483cc;color: #01a0e9;border-color: rgba(1, 160, 233, 1);background-color: rgba(248, 248, 252, 1);}#a0d4da9cc2ab56e .ele-wrap {border-color: rgba(221, 221, 221, 1);color: #333333;font-size: 14px;font-weight: 500;border-radius: 5px;justify-content: center;border-style: solid;border-width: 1px;}#a0d4da9cc2ab56e .ele-wrap:hover {background-color: #0483cc;color: #01a0e9;border-color: rgba(1, 160, 233, 1);background-color: rgba(248, 248, 252, 1);}#aa16ba6592a8ab7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a376cae5a8abfe2 > .ele-wrap {background-image: url(../images/1637198253969.jpg);background-size: contain;background-position: top center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;}#aebbaab0b1aaa45 .ap-category-filter ul li.active {
  border-color: #01489d;
  color: #01489d;
}
#aebbaab0b1aaa45 .uk-grid {
  margin-left: -4px;
}
#aebbaab0b1aaa45 .uk-grid > * {
  padding-left: 4px;
}
#aebbaab0b1aaa45 .uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
#aebbaab0b1aaa45 .uk-card {
  background-color: #f8f8fc;
  transition: all .3s ease;
}
#aebbaab0b1aaa45 .uk-card-media-top {
  overflow: hidden;
}
#aebbaab0b1aaa45 .uk-card-media-top .img {
  transition: all .3s ease;
}
#aebbaab0b1aaa45 .info {
  flex: 1;
  overflow: hidden;
  min-width: 1px;
  width: 0;
}
#aebbaab0b1aaa45 .datetime {
  padding: 4px;
  margin-right: 6px;
  flex-shrink: 0;
  font-size: 12px;
  color: #333333;
  font-family: Arial;
}
#aebbaab0b1aaa45 .datetime b {
  font-size: 24px;
  font-weight: bolder;
  display: block;
}
#aebbaab0b1aaa45 .uk-card-body {
  padding: 15px 10px 8px;
}
#aebbaab0b1aaa45 hr {
  border-top-color: #e6e6e6;
  margin: 0 0 10px;
}
#aebbaab0b1aaa45 .uk-button {
  border: 1px solid #ececec;
}
#aebbaab0b1aaa45 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#aebbaab0b1aaa45 .uk-card .abstract {
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #888888;
  line-height: 20px;
}
#aebbaab0b1aaa45 .uk-card:hover {
  background-color: #01489d;
}
#aebbaab0b1aaa45 .uk-card:hover .title {
  color: #fff;
}
#aebbaab0b1aaa45 .uk-card:hover hr {
  border-top-color: #015fd0;
}
#aebbaab0b1aaa45 .uk-card:hover .img {
  transform: scale(1.2);
}
#aebbaab0b1aaa45 .uk-card:hover .abstract {
  color: #fff;
}
#aebbaab0b1aaa45 .uk-card:hover .datetime {
  color: #ffffff;
}
#aebbaab0b1aaa45 .uk-card:hover .category {
  color: #d3b267;
}
#aebbaab0b1aaa45 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a2028a8e72abb61 .uk-grid {
  margin-left: -15px;
}
#a2028a8e72abb61 .uk-grid > * {
  padding-left: 15px;
}
#a2028a8e72abb61 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2028a8e72abb61 .ap-category-filter ul li.active {
  border-color: #01489d;
  color: #01489d;
}
#a2028a8e72abb61 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  background-color: #f8f8fc;
}
#a2028a8e72abb61 .article .info {
  padding: 20px 10px;
  position: relative;
}
#a2028a8e72abb61 .article .info p {
  margin: 10px 0 10px;
}
#a2028a8e72abb61 .article svg {
  fill: currentColor;
}
#a2028a8e72abb61 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 20px;
  width: 20px;
  color: #b4b4b4;
}
#a2028a8e72abb61 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 20px;
  color: #b4b4b4;
}
#a2028a8e72abb61 .article.list-icon .info {
  padding-left: 25px;
}
#a2028a8e72abb61 .article .datetime {
  position: absolute;
  right: 10px;
  top: 20px;
}
#a2028a8e72abb61 .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #666666;
}
#a2028a8e72abb61 .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: Arial;
  color: #aaaaaa;
}
#a2028a8e72abb61 .article:hover {
  background-color: #f8f8fc;
  border-top: 1px solid auto;
}
#a2028a8e72abb61 .article:hover .title {
  color: #01489d;
}
#a2028a8e72abb61 .article:hover .datetime {
  color: #aaaaaa;
}
#a2028a8e72abb61 .article:hover .category {
  color: #b6b6b6;
}
#a2028a8e72abb61 .article:hover .abstract {
  color: #b6b6b6;
}
#a2028a8e72abb61 .article:hover .btn_icon {
  color: #b6b6b6;
}
#a2028a8e72abb61 .article:hover .list_icon {
  color: #b6b6b6;
}
#a2c5da938cabc52 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae5e9aa435a3289 > .ele-wrap {background-image: url(../images/1637203431620.jpg);background-size: cover;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;}#aca9fa89cda77f7 .ap-category-filter ul li.active {
  border-color: #01489d;
  color: #01489d;
}
#aca9fa89cda77f7 .uk-grid {
  margin-left: -4px;
}
#aca9fa89cda77f7 .uk-grid > * {
  padding-left: 4px;
}
#aca9fa89cda77f7 .uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
#aca9fa89cda77f7 .uk-card {
  background-color: #f8f8fc;
  transition: all .3s ease;
}
#aca9fa89cda77f7 .uk-card-media-top {
  overflow: hidden;
}
#aca9fa89cda77f7 .uk-card-media-top .img {
  transition: all .3s ease;
}
#aca9fa89cda77f7 .info {
  flex: 1;
  overflow: hidden;
  min-width: 1px;
  width: 0;
}
#aca9fa89cda77f7 .datetime {
  padding: 4px;
  margin-right: 6px;
  flex-shrink: 0;
  font-size: 12px;
  color: #333333;
  font-family: Arial;
}
#aca9fa89cda77f7 .datetime b {
  font-size: 24px;
  font-weight: bolder;
  display: block;
}
#aca9fa89cda77f7 .uk-card-body {
  padding: 15px 10px 8px;
}
#aca9fa89cda77f7 hr {
  border-top-color: #e6e6e6;
  margin: 0 0 10px;
}
#aca9fa89cda77f7 .uk-button {
  border: 1px solid #ececec;
}
#aca9fa89cda77f7 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#aca9fa89cda77f7 .uk-card .abstract {
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #888888;
  line-height: 20px;
}
#aca9fa89cda77f7 .uk-card:hover {
  background-color: #01489d;
}
#aca9fa89cda77f7 .uk-card:hover .title {
  color: #fff;
}
#aca9fa89cda77f7 .uk-card:hover hr {
  border-top-color: #015fd0;
}
#aca9fa89cda77f7 .uk-card:hover .img {
  transform: scale(1.2);
}
#aca9fa89cda77f7 .uk-card:hover .abstract {
  color: #fff;
}
#aca9fa89cda77f7 .uk-card:hover .datetime {
  color: #ffffff;
}
#aca9fa89cda77f7 .uk-card:hover .category {
  color: #d3b267;
}
#aca9fa89cda77f7 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a8814a095dac07b .uk-grid {
  margin-left: -15px;
}
#a8814a095dac07b .uk-grid > * {
  padding-left: 15px;
}
#a8814a095dac07b .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a8814a095dac07b .ap-category-filter ul li.active {
  border-color: #01489d;
  color: #01489d;
}
#a8814a095dac07b .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  background-color: #f8f8fc;
}
#a8814a095dac07b .article .info {
  padding: 20px 10px;
  position: relative;
}
#a8814a095dac07b .article .info p {
  margin: 10px 0 10px;
}
#a8814a095dac07b .article svg {
  fill: currentColor;
}
#a8814a095dac07b .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 20px;
  width: 20px;
  color: #b4b4b4;
}
#a8814a095dac07b .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 20px;
  color: #b4b4b4;
}
#a8814a095dac07b .article.list-icon .info {
  padding-left: 25px;
}
#a8814a095dac07b .article .datetime {
  position: absolute;
  right: 10px;
  top: 20px;
}
#a8814a095dac07b .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #666666;
}
#a8814a095dac07b .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: Arial;
  color: #aaaaaa;
}
#a8814a095dac07b .article:hover {
  background-color: #f8f8fc;
  border-top: 1px solid auto;
}
#a8814a095dac07b .article:hover .title {
  color: #01489d;
}
#a8814a095dac07b .article:hover .datetime {
  color: #aaaaaa;
}
#a8814a095dac07b .article:hover .category {
  color: #b6b6b6;
}
#a8814a095dac07b .article:hover .abstract {
  color: #b6b6b6;
}
#a8814a095dac07b .article:hover .btn_icon {
  color: #b6b6b6;
}
#a8814a095dac07b .article:hover .list_icon {
  color: #b6b6b6;
}
#a45c1a8ecfaeec7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acbb8af799a0805 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af60fa6e49a7081 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ade9eaad49a5592 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a832ba15d3aa146 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5c58a9b79acd59 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5c58a9b79acd59 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5c58a9b79acd59 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #01489d;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a5c58a9b79acd59 .menu-list > li > a {
  padding: 0 35px;
}
#a5c58a9b79acd59 .menu-list > li:hover:before {
  height: 100%;
}
#a5c58a9b79acd59 .menu-list > li:hover:after {
  color: auto;
}
#a5c58a9b79acd59 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #333333;
  font-weight: 400;
  content: "|";
}
#a5c58a9b79acd59 .menu-list > li:first-child:after {
  content: "";
}
#a5c58a9b79acd59 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-size: auto;
  background-color: #01489d;
}
#a5c58a9b79acd59 .menu-list > li ul {
  padding: 0;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a5c58a9b79acd59 .menu-list > li ul li {
  position: relative;
}
#a5c58a9b79acd59 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #444444;
  background-color: rgba(255, 255, 255, 0.9);
}
#a5c58a9b79acd59 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#a5c58a9b79acd59 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a5c58a9b79acd59 li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(1, 160, 233, 0.9);
}
#a5c58a9b79acd59 li ul li a:active,
#a5c58a9b79acd59 li ul li a.active,
#a5c58a9b79acd59 li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(1, 160, 233, 0.9);
}
#a5c58a9b79acd59 li ul,
#a5c58a9b79acd59 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a5c58a9b79acd59 li:hover > ul {
  left: auto;
}
#a5c58a9b79acd59 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7363a34ada742d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7363a34ada742d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7363a34ada742d .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #444444;
}
#a7363a34ada742d .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #444444;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a7363a34ada742d .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #01489d;
}
#a7363a34ada742d .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #01489d;
}
#a7363a34ada742d .menu-list > li.active > a:before,
#a7363a34ada742d .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a7363a34ada742d .menu-list > li ul li {
  position: relative;
}
#a7363a34ada742d .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a7363a34ada742d .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a7363a34ada742d .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a7363a34ada742d .menu-list li ul,
#a7363a34ada742d .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a7363a34ada742d .menu-list li ul.menu-b > li,
#a7363a34ada742d .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a7363a34ada742d .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a7363a34ada742d .menu-list li:hover > ul {
  display: block;
}
#a7363a34ada742d .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a007aa6142aab9d a, #a007aa6142aab9d {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(136, 136, 136, 1);}#a007aa6142aab9d a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(136, 136, 136, 1);}#a0a59a061da2a5f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aad2fa0187af4ac > .ele-wrap {
                background-image: linear-gradient(200deg,
                rgba(1, 72, 157, 1),
                rgba(1, 160, 233, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af8c5a135ca212a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9d08a180ea6043 > .ele-wrap {
                background-image: linear-gradient(200deg,
                rgba(1, 72, 157, 1),
                rgba(1, 160, 233, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6abba7c59a6b47 > .ele-wrap {background-image: url(../images/1637826849019.jpg);background-size: cover;background-position: center right;border-left-width: 5px;border-bottom-width: 5px;border-right-width: 5px;border-top-width: 5px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(51, 51, 51, 0.8);border-right-color: rgba(51, 51, 51, 0.8);border-left-color: rgba(51, 51, 51, 0.8);border-bottom-color: rgba(51, 51, 51, 0.8);}#a5b81a6197ac8cd > .ele-wrap {background-image: url(../images/1688097884078.jpg);background-size: cover;background-position: center right;border-left-width: 5px;border-bottom-width: 5px;border-right-width: 5px;border-top-width: 5px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(51, 51, 51, 0.8);border-right-color: rgba(51, 51, 51, 0.8);border-left-color: rgba(51, 51, 51, 0.8);border-bottom-color: rgba(51, 51, 51, 0.8);}#a45c1a8ecfaeec7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acbb8af799a0805 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af60fa6e49a7081 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ade9eaad49a5592 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9801a6f51a06af .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5c58a9b79acd59 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5c58a9b79acd59 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5c58a9b79acd59 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #01489d;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a5c58a9b79acd59 .menu-list > li > a {
  padding: 0 35px;
}
#a5c58a9b79acd59 .menu-list > li:hover:before {
  height: 100%;
}
#a5c58a9b79acd59 .menu-list > li:hover:after {
  color: auto;
}
#a5c58a9b79acd59 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #333333;
  font-weight: 400;
  content: "|";
}
#a5c58a9b79acd59 .menu-list > li:first-child:after {
  content: "";
}
#a5c58a9b79acd59 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-size: auto;
  background-color: #01489d;
}
#a5c58a9b79acd59 .menu-list > li ul {
  padding: 0;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a5c58a9b79acd59 .menu-list > li ul li {
  position: relative;
}
#a5c58a9b79acd59 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #444444;
  background-color: rgba(255, 255, 255, 0.9);
}
#a5c58a9b79acd59 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#a5c58a9b79acd59 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a5c58a9b79acd59 li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(1, 160, 233, 0.9);
}
#a5c58a9b79acd59 li ul li a:active,
#a5c58a9b79acd59 li ul li a.active,
#a5c58a9b79acd59 li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(1, 160, 233, 0.9);
}
#a5c58a9b79acd59 li ul,
#a5c58a9b79acd59 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a5c58a9b79acd59 li:hover > ul {
  left: auto;
}
#a5c58a9b79acd59 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a1af4a5256afd78 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1af4a5256afd78 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1af4a5256afd78 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #444444;
}
#a1af4a5256afd78 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #444444;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1af4a5256afd78 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #01489d;
}
#a1af4a5256afd78 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #01489d;
}
#a1af4a5256afd78 .menu-list > li.active > a:before,
#a1af4a5256afd78 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1af4a5256afd78 .menu-list > li ul li {
  position: relative;
}
#a1af4a5256afd78 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1af4a5256afd78 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a1af4a5256afd78 .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1af4a5256afd78 .menu-list li ul,
#a1af4a5256afd78 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a1af4a5256afd78 .menu-list li ul.menu-b > li,
#a1af4a5256afd78 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1af4a5256afd78 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1af4a5256afd78 .menu-list li:hover > ul {
  display: block;
}
#a1af4a5256afd78 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6ec1aa033a5232 .ap-category-filter ul li.active {
  border-color: #01489d;
  color: #01489d;
}
#a6ec1aa033a5232 .grid-list .product-item {
  overflow: hidden;
}
#a6ec1aa033a5232 .grid-list .product-preview .img {
  display: block;
}
#a6ec1aa033a5232 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a6ec1aa033a5232 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a6ec1aa033a5232 .grid-list .product-info {
  min-height: 110px;
}
#a6ec1aa033a5232 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a6ec1aa033a5232 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a6ec1aa033a5232 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a6ec1aa033a5232 .grid-list .category-name {
  font-size: 12px;
}
#a6ec1aa033a5232 .grid-list .category-name a {
  color: #777;
}
#a6ec1aa033a5232 .grid-list .title,
#a6ec1aa033a5232 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a6ec1aa033a5232 .grid-list .title a,
#a6ec1aa033a5232 .grid-list .subTitle a {
  color: #191919;
}
#a6ec1aa033a5232 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a6ec1aa033a5232 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a6ec1aa033a5232 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a6ec1aa033a5232 .grid-list .product-preview {
  border-radius: 5px;
  overflow: hidden;
}
#a6ec1aa033a5232 .grid-list .product-info .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #999999;
}
#a6ec1aa033a5232 .grid-list .title a {
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 36px;
}
#a6ec1aa033a5232 .grid-list .product:hover {
  background-color: auto;
}
#a6ec1aa033a5232 .grid-list .product:hover .title a {
  color: #444;
}
#a6ec1aa033a5232 .grid-list .product:hover .subTitle {
  color: auto;
}
#a6ec1aa033a5232 .grid-list .product:hover .category {
  color: auto;
}
#a6ec1aa033a5232 .grid-list .product:hover .abstract {
  color: auto;
}
#a6ec1aa033a5232 .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #a6ec1aa033a5232 .grid-list .product-info {
    min-height: 0;
  }
  #a6ec1aa033a5232 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a6ec1aa033a5232 .grid-list .product-buttons {
    display: none;
  }
}
#a45c1a8ecfaeec7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acbb8af799a0805 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af60fa6e49a7081 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ade9eaad49a5592 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac066ab65da330e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5c58a9b79acd59 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5c58a9b79acd59 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5c58a9b79acd59 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #01489d;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a5c58a9b79acd59 .menu-list > li > a {
  padding: 0 35px;
}
#a5c58a9b79acd59 .menu-list > li:hover:before {
  height: 100%;
}
#a5c58a9b79acd59 .menu-list > li:hover:after {
  color: auto;
}
#a5c58a9b79acd59 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #333333;
  font-weight: 400;
  content: "|";
}
#a5c58a9b79acd59 .menu-list > li:first-child:after {
  content: "";
}
#a5c58a9b79acd59 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-size: auto;
  background-color: #01489d;
}
#a5c58a9b79acd59 .menu-list > li ul {
  padding: 0;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a5c58a9b79acd59 .menu-list > li ul li {
  position: relative;
}
#a5c58a9b79acd59 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #444444;
  background-color: rgba(255, 255, 255, 0.9);
}
#a5c58a9b79acd59 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#a5c58a9b79acd59 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a5c58a9b79acd59 li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(1, 160, 233, 0.9);
}
#a5c58a9b79acd59 li ul li a:active,
#a5c58a9b79acd59 li ul li a.active,
#a5c58a9b79acd59 li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(1, 160, 233, 0.9);
}
#a5c58a9b79acd59 li ul,
#a5c58a9b79acd59 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a5c58a9b79acd59 li:hover > ul {
  left: auto;
}
#a5c58a9b79acd59 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a41abafcbaaedef .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a41abafcbaaedef .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a41abafcbaaedef .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #444444;
}
#a41abafcbaaedef .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #444444;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a41abafcbaaedef .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #01489d;
}
#a41abafcbaaedef .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #01489d;
}
#a41abafcbaaedef .menu-list > li.active > a:before,
#a41abafcbaaedef .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a41abafcbaaedef .menu-list > li ul li {
  position: relative;
}
#a41abafcbaaedef .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a41abafcbaaedef .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a41abafcbaaedef .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a41abafcbaaedef .menu-list li ul,
#a41abafcbaaedef .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a41abafcbaaedef .menu-list li ul.menu-b > li,
#a41abafcbaaedef .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a41abafcbaaedef .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a41abafcbaaedef .menu-list li:hover > ul {
  display: block;
}
#a41abafcbaaedef .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aa226a7baaa0767 a, #aa226a7baaa0767 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(136, 136, 136, 1);}#aa226a7baaa0767 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(136, 136, 136, 1);}#aaa8dafbdaafffb .ap-category-filter ul li.active {
  border-color: #01489d;
  color: #01489d;
}
#aaa8dafbdaafffb .uk-grid {
  margin-left: -20px;
}
#aaa8dafbdaafffb .uk-grid > * {
  padding-left: 20px;
}
#aaa8dafbdaafffb .uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
#aaa8dafbdaafffb .uk-card {
  background-color: #f8f8fc;
  transition: all .3s ease;
}
#aaa8dafbdaafffb .uk-card-media-top {
  overflow: hidden;
}
#aaa8dafbdaafffb .uk-card-media-top .img {
  transition: all .3s ease;
}
#aaa8dafbdaafffb .info {
  flex: 1;
  overflow: hidden;
  min-width: 1px;
  width: 0;
}
#aaa8dafbdaafffb .datetime {
  padding: 4px;
  margin-right: 6px;
  flex-shrink: 0;
  font-size: 12px;
  color: #333333;
  font-family: Arial;
}
#aaa8dafbdaafffb .datetime b {
  font-size: 24px;
  font-weight: bolder;
  display: block;
}
#aaa8dafbdaafffb .uk-card-body {
  padding: 15px 10px 8px;
}
#aaa8dafbdaafffb hr {
  border-top-color: #e6e6e6;
  margin: 0 0 10px;
}
#aaa8dafbdaafffb .uk-button {
  border: 1px solid #ececec;
}
#aaa8dafbdaafffb .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#aaa8dafbdaafffb .uk-card .abstract {
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #888888;
  line-height: 20px;
}
#aaa8dafbdaafffb .uk-card:hover {
  background-color: #01489d;
}
#aaa8dafbdaafffb .uk-card:hover .title {
  color: #fff;
}
#aaa8dafbdaafffb .uk-card:hover hr {
  border-top-color: #015fd0;
}
#aaa8dafbdaafffb .uk-card:hover .img {
  transform: scale(1.2);
}
#aaa8dafbdaafffb .uk-card:hover .abstract {
  color: #fff;
}
#aaa8dafbdaafffb .uk-card:hover .datetime {
  color: #ffffff;
}
#aaa8dafbdaafffb .uk-card:hover .category {
  color: #d3b267;
}
#aaa8dafbdaafffb .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a45c1a8ecfaeec7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acbb8af799a0805 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af60fa6e49a7081 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ade9eaad49a5592 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8792a1004a242c .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5c58a9b79acd59 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5c58a9b79acd59 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5c58a9b79acd59 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #01489d;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a5c58a9b79acd59 .menu-list > li > a {
  padding: 0 35px;
}
#a5c58a9b79acd59 .menu-list > li:hover:before {
  height: 100%;
}
#a5c58a9b79acd59 .menu-list > li:hover:after {
  color: auto;
}
#a5c58a9b79acd59 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #333333;
  font-weight: 400;
  content: "|";
}
#a5c58a9b79acd59 .menu-list > li:first-child:after {
  content: "";
}
#a5c58a9b79acd59 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-size: auto;
  background-color: #01489d;
}
#a5c58a9b79acd59 .menu-list > li ul {
  padding: 0;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a5c58a9b79acd59 .menu-list > li ul li {
  position: relative;
}
#a5c58a9b79acd59 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #444444;
  background-color: rgba(255, 255, 255, 0.9);
}
#a5c58a9b79acd59 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#a5c58a9b79acd59 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a5c58a9b79acd59 li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(1, 160, 233, 0.9);
}
#a5c58a9b79acd59 li ul li a:active,
#a5c58a9b79acd59 li ul li a.active,
#a5c58a9b79acd59 li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(1, 160, 233, 0.9);
}
#a5c58a9b79acd59 li ul,
#a5c58a9b79acd59 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a5c58a9b79acd59 li:hover > ul {
  left: auto;
}
#a5c58a9b79acd59 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af45da7cb7a432b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af45da7cb7a432b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af45da7cb7a432b .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #444444;
}
#af45da7cb7a432b .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #444444;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af45da7cb7a432b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #01489d;
}
#af45da7cb7a432b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #01489d;
}
#af45da7cb7a432b .menu-list > li.active > a:before,
#af45da7cb7a432b .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af45da7cb7a432b .menu-list > li ul li {
  position: relative;
}
#af45da7cb7a432b .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#af45da7cb7a432b .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#af45da7cb7a432b .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af45da7cb7a432b .menu-list li ul,
#af45da7cb7a432b .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#af45da7cb7a432b .menu-list li ul.menu-b > li,
#af45da7cb7a432b .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af45da7cb7a432b .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af45da7cb7a432b .menu-list li:hover > ul {
  display: block;
}
#af45da7cb7a432b .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a51e9a964ca9782 a, #a51e9a964ca9782 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(136, 136, 136, 1);}#a51e9a964ca9782 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(136, 136, 136, 1);}#a244fa474bab4ae .ap-category-filter ul li.active {
  border-color: #01489d;
  color: #01489d;
}
#a244fa474bab4ae .uk-grid {
  margin-left: -20px;
}
#a244fa474bab4ae .uk-grid > * {
  padding-left: 20px;
}
#a244fa474bab4ae .uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
#a244fa474bab4ae .uk-card {
  background-color: #f8f8fc;
  transition: all .3s ease;
}
#a244fa474bab4ae .uk-card-media-top {
  overflow: hidden;
}
#a244fa474bab4ae .uk-card-media-top .img {
  transition: all .3s ease;
}
#a244fa474bab4ae .info {
  flex: 1;
  overflow: hidden;
  min-width: 1px;
  width: 0;
}
#a244fa474bab4ae .datetime {
  padding: 4px;
  margin-right: 6px;
  flex-shrink: 0;
  font-size: 12px;
  color: #333333;
  font-family: Arial;
}
#a244fa474bab4ae .datetime b {
  font-size: 24px;
  font-weight: bolder;
  display: block;
}
#a244fa474bab4ae .uk-card-body {
  padding: 15px 10px 8px;
}
#a244fa474bab4ae hr {
  border-top-color: #e6e6e6;
  margin: 0 0 10px;
}
#a244fa474bab4ae .uk-button {
  border: 1px solid #ececec;
}
#a244fa474bab4ae .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#a244fa474bab4ae .uk-card .abstract {
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #888888;
  line-height: 20px;
}
#a244fa474bab4ae .uk-card:hover {
  background-color: #01489d;
}
#a244fa474bab4ae .uk-card:hover .title {
  color: #fff;
}
#a244fa474bab4ae .uk-card:hover hr {
  border-top-color: #015fd0;
}
#a244fa474bab4ae .uk-card:hover .img {
  transform: scale(1.2);
}
#a244fa474bab4ae .uk-card:hover .abstract {
  color: #fff;
}
#a244fa474bab4ae .uk-card:hover .datetime {
  color: #ffffff;
}
#a244fa474bab4ae .uk-card:hover .category {
  color: #d3b267;
}
#a244fa474bab4ae .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a45c1a8ecfaeec7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acbb8af799a0805 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af60fa6e49a7081 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ade9eaad49a5592 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a58b2a1175ab87b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5c58a9b79acd59 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5c58a9b79acd59 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5c58a9b79acd59 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #01489d;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a5c58a9b79acd59 .menu-list > li > a {
  padding: 0 35px;
}
#a5c58a9b79acd59 .menu-list > li:hover:before {
  height: 100%;
}
#a5c58a9b79acd59 .menu-list > li:hover:after {
  color: auto;
}
#a5c58a9b79acd59 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #333333;
  font-weight: 400;
  content: "|";
}
#a5c58a9b79acd59 .menu-list > li:first-child:after {
  content: "";
}
#a5c58a9b79acd59 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-size: auto;
  background-color: #01489d;
}
#a5c58a9b79acd59 .menu-list > li ul {
  padding: 0;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a5c58a9b79acd59 .menu-list > li ul li {
  position: relative;
}
#a5c58a9b79acd59 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #444444;
  background-color: rgba(255, 255, 255, 0.9);
}
#a5c58a9b79acd59 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#a5c58a9b79acd59 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a5c58a9b79acd59 li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(1, 160, 233, 0.9);
}
#a5c58a9b79acd59 li ul li a:active,
#a5c58a9b79acd59 li ul li a.active,
#a5c58a9b79acd59 li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(1, 160, 233, 0.9);
}
#a5c58a9b79acd59 li ul,
#a5c58a9b79acd59 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a5c58a9b79acd59 li:hover > ul {
  left: auto;
}
#a5c58a9b79acd59 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a811da7cd6a4c06 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a811da7cd6a4c06 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a811da7cd6a4c06 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #444444;
}
#a811da7cd6a4c06 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #444444;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a811da7cd6a4c06 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #01489d;
}
#a811da7cd6a4c06 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #01489d;
}
#a811da7cd6a4c06 .menu-list > li.active > a:before,
#a811da7cd6a4c06 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a811da7cd6a4c06 .menu-list > li ul li {
  position: relative;
}
#a811da7cd6a4c06 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a811da7cd6a4c06 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a811da7cd6a4c06 .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a811da7cd6a4c06 .menu-list li ul,
#a811da7cd6a4c06 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a811da7cd6a4c06 .menu-list li ul.menu-b > li,
#a811da7cd6a4c06 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a811da7cd6a4c06 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a811da7cd6a4c06 .menu-list li:hover > ul {
  display: block;
}
#a811da7cd6a4c06 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6b98add19a47d9 a, #a6b98add19a47d9 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(136, 136, 136, 1);}#a6b98add19a47d9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(136, 136, 136, 1);}#a3184a1700a9007 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7a59a040aa8e59 > .ele-wrap {
                background-image: linear-gradient(200deg,
                rgba(1, 72, 157, 1),
                rgba(1, 160, 233, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0c2eaef01a1574 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dotted;border-left-style: dotted;border-bottom-style: dotted;border-top-style: dotted;border-top-color: rgba(221, 221, 221, 1);border-right-color: rgba(221, 221, 221, 1);border-left-color: rgba(221, 221, 221, 1);border-bottom-color: rgba(221, 221, 221, 1);}#a45c1a8ecfaeec7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acbb8af799a0805 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af60fa6e49a7081 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ade9eaad49a5592 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8792a1004a242c .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#afeb0a8acbad912 {
  min-height: 500px;
  /* mobile */
}
#afeb0a8acbad912 .search-highlight {
  background: yellow;
}
#afeb0a8acbad912 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#afeb0a8acbad912 .el-title {
  margin-bottom: 20px;
}
#afeb0a8acbad912 .el-item:hover .el-title {
  color: #01489d;
}
#afeb0a8acbad912 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#afeb0a8acbad912 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#afeb0a8acbad912 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#afeb0a8acbad912 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#afeb0a8acbad912 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#afeb0a8acbad912 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #afeb0a8acbad912 .el-title {
    margin-bottom: 0;
  }
  #afeb0a8acbad912 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #afeb0a8acbad912 .category {
    font-size: 12px;
  }
  #afeb0a8acbad912 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a5c58a9b79acd59 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5c58a9b79acd59 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5c58a9b79acd59 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #01489d;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a5c58a9b79acd59 .menu-list > li > a {
  padding: 0 35px;
}
#a5c58a9b79acd59 .menu-list > li:hover:before {
  height: 100%;
}
#a5c58a9b79acd59 .menu-list > li:hover:after {
  color: auto;
}
#a5c58a9b79acd59 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #333333;
  font-weight: 400;
  content: "|";
}
#a5c58a9b79acd59 .menu-list > li:first-child:after {
  content: "";
}
#a5c58a9b79acd59 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-size: auto;
  background-color: #01489d;
}
#a5c58a9b79acd59 .menu-list > li ul {
  padding: 0;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a5c58a9b79acd59 .menu-list > li ul li {
  position: relative;
}
#a5c58a9b79acd59 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #444444;
  background-color: rgba(255, 255, 255, 0.9);
}
#a5c58a9b79acd59 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#a5c58a9b79acd59 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a5c58a9b79acd59 li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(1, 160, 233, 0.9);
}
#a5c58a9b79acd59 li ul li a:active,
#a5c58a9b79acd59 li ul li a.active,
#a5c58a9b79acd59 li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(1, 160, 233, 0.9);
}
#a5c58a9b79acd59 li ul,
#a5c58a9b79acd59 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a5c58a9b79acd59 li:hover > ul {
  left: auto;
}
#a5c58a9b79acd59 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a45c1a8ecfaeec7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acbb8af799a0805 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af60fa6e49a7081 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ade9eaad49a5592 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8792a1004a242c .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a47d3ac776ae1c6 {
  /* Error Page */
  /* Error Page */
  /*--------------------------------------------Framework --------------------------------*/
  /*done*/
  /*done*/
  /*done*/
  /* Padding Section*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /* Padding Section*/
  /* Margin section */
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done - For the inside sections that has also Title section*/
  /* Margin section */
  /*--------------------------------------------FrameWork------------------------*/
}
#a47d3ac776ae1c6 * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#a47d3ac776ae1c6 .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#a47d3ac776ae1c6 .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#a47d3ac776ae1c6 .error .clip:nth-of-type(1) .shadow,
#a47d3ac776ae1c6 .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#a47d3ac776ae1c6 .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#a47d3ac776ae1c6 .error h2 {
  font-size: 32px;
}
#a47d3ac776ae1c6 .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#a47d3ac776ae1c6 .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#a47d3ac776ae1c6 .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#a47d3ac776ae1c6 .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#a47d3ac776ae1c6 .error .clip .shadow {
  overflow: hidden;
}
#a47d3ac776ae1c6 .error .clip:nth-of-type(2) .shadow {
  overflow: hidden;
  position: relative;
  box-shadow: inset 20px 0px 20px -15px rgba(150, 150, 150, 0.8), 20px 0px 20px -15px rgba(150, 150, 150, 0.8);
}
#a47d3ac776ae1c6 .error .clip:nth-of-type(3) .shadow:after,
#a47d3ac776ae1c6 .error .clip:nth-of-type(1) .shadow:after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: 0px;
  z-index: 9999;
  height: 100%;
  width: 10px;
  background: linear-gradient(90deg, transparent, rgba(173, 173, 173, 0.8), transparent);
  border-radius: 50%;
}
#a47d3ac776ae1c6 .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#a47d3ac776ae1c6 .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#a47d3ac776ae1c6 .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#a47d3ac776ae1c6 .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#a47d3ac776ae1c6 .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#a47d3ac776ae1c6 .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#a47d3ac776ae1c6 .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#a47d3ac776ae1c6 .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #a47d3ac776ae1c6 {
    /* Error Page */
    /* Error Page */
  }
  #a47d3ac776ae1c6 .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #a47d3ac776ae1c6 .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #a47d3ac776ae1c6 .error .clip:nth-of-type(1) .shadow,
  #a47d3ac776ae1c6 .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #a47d3ac776ae1c6 .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #a47d3ac776ae1c6 .error h2 {
    font-size: 24px;
  }
  #a47d3ac776ae1c6 .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #a47d3ac776ae1c6 .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #a47d3ac776ae1c6 .error .container-error-404 {
    height: 150px;
  }
}
#a47d3ac776ae1c6 .overlay {
  position: relative;
  z-index: 20;
}
#a47d3ac776ae1c6 .ground-color {
  background: white;
}
#a47d3ac776ae1c6 .item-bg-color {
  background: #EAEAEA;
}
#a47d3ac776ae1c6 .padding-top {
  padding-top: 10px;
}
#a47d3ac776ae1c6 .padding-bottom {
  padding-bottom: 10px;
}
#a47d3ac776ae1c6 .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a47d3ac776ae1c6 .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#a47d3ac776ae1c6 .padding-all {
  padding: 10px;
}
#a47d3ac776ae1c6 .no-padding-left {
  padding-left: 0px;
}
#a47d3ac776ae1c6 .no-padding-right {
  padding-right: 0px;
}
#a47d3ac776ae1c6 .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#a47d3ac776ae1c6 .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#a47d3ac776ae1c6 .no-padding {
  padding: 0px;
}
#a47d3ac776ae1c6 .margin-top {
  margin-top: 10px;
}
#a47d3ac776ae1c6 .margin-bottom {
  margin-bottom: 10px;
}
#a47d3ac776ae1c6 .margin-right {
  margin-right: 10px;
}
#a47d3ac776ae1c6 .margin-left {
  margin-left: 10px;
}
#a47d3ac776ae1c6 .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#a47d3ac776ae1c6 .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#a47d3ac776ae1c6 .margin-all {
  margin: 10px;
}
#a47d3ac776ae1c6 .no-margin {
  margin: 0px;
}
#a47d3ac776ae1c6 .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#a47d3ac776ae1c6 .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#a47d3ac776ae1c6 .inside-col-shrink {
  margin: 0px 20px;
}
#a47d3ac776ae1c6 hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
#a5c58a9b79acd59 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5c58a9b79acd59 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5c58a9b79acd59 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #01489d;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a5c58a9b79acd59 .menu-list > li > a {
  padding: 0 35px;
}
#a5c58a9b79acd59 .menu-list > li:hover:before {
  height: 100%;
}
#a5c58a9b79acd59 .menu-list > li:hover:after {
  color: auto;
}
#a5c58a9b79acd59 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #333333;
  font-weight: 400;
  content: "|";
}
#a5c58a9b79acd59 .menu-list > li:first-child:after {
  content: "";
}
#a5c58a9b79acd59 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-size: auto;
  background-color: #01489d;
}
#a5c58a9b79acd59 .menu-list > li ul {
  padding: 0;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a5c58a9b79acd59 .menu-list > li ul li {
  position: relative;
}
#a5c58a9b79acd59 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #444444;
  background-color: rgba(255, 255, 255, 0.9);
}
#a5c58a9b79acd59 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#a5c58a9b79acd59 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a5c58a9b79acd59 li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(1, 160, 233, 0.9);
}
#a5c58a9b79acd59 li ul li a:active,
#a5c58a9b79acd59 li ul li a.active,
#a5c58a9b79acd59 li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(1, 160, 233, 0.9);
}
#a5c58a9b79acd59 li ul,
#a5c58a9b79acd59 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a5c58a9b79acd59 li:hover > ul {
  left: auto;
}
#a5c58a9b79acd59 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a45c1a8ecfaeec7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acbb8af799a0805 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af60fa6e49a7081 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ade9eaad49a5592 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8792a1004a242c .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab1aba7aa9abcf4 .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#ab1aba7aa9abcf4 .switch_item {
  margin-right: 10px;
}
#ab1aba7aa9abcf4 a.switch_item:hover {
  text-decoration: underline;
}
#ab1aba7aa9abcf4 .slider {
  width: 420px;
  height: 600px;
}
#ab1aba7aa9abcf4 .uk-slideshow-items {
  height: 100%;
}
#ab1aba7aa9abcf4 .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#ab1aba7aa9abcf4 .login-wrap {
  width: 100%;
  height: 100%;
}
#ab1aba7aa9abcf4 .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#ab1aba7aa9abcf4 .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#ab1aba7aa9abcf4 .phone-login-box {
  margin: 40px auto 40px;
}
#ab1aba7aa9abcf4 .login-header {
  margin-bottom: 24px;
}
#ab1aba7aa9abcf4 .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#ab1aba7aa9abcf4 .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#ab1aba7aa9abcf4 .input-item input {
  width: 100%;
  padding: 0 16px 0 40px;
  height: 43px;
  border-radius: 0 21px 21px 0;
  position: absolute;
  right: 0;
  border: 0;
  line-height: 43px;
  background-color: transparent;
  outline: 0;
  font-size: 14px;
}
#ab1aba7aa9abcf4 .forget_password {
  cursor: pointer;
}
#ab1aba7aa9abcf4 .forget_password:hover {
  color: #01489d;
}
#ab1aba7aa9abcf4 .input-item input.error,
#ab1aba7aa9abcf4 .input-item input.error::placeholder {
  color: #fc4343;
}
#ab1aba7aa9abcf4 .input-item input::placeholder {
  color: #999;
}
#ab1aba7aa9abcf4 .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#ab1aba7aa9abcf4 .form-item {
  margin: 24px 0;
}
#ab1aba7aa9abcf4 .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#ab1aba7aa9abcf4 .send-code {
  float: left;
  margin-left: 20px;
}
#ab1aba7aa9abcf4 .verifycode-input button {
  display: block;
  padding: 0;
  height: 45px;
  width: 105px;
  background-color: #f1f7ff;
  border-radius: 22px;
  font-size: 14px;
  -webkit-transition: .3s;
  transition: .3s;
  color: #999;
  cursor: pointer;
}
#ab1aba7aa9abcf4 .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#ab1aba7aa9abcf4 .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#ab1aba7aa9abcf4 .login_btn_wrap {
  text-align: center;
}
#ab1aba7aa9abcf4 .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#ab1aba7aa9abcf4 .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#ab1aba7aa9abcf4 .input-item .pwd-toggle:hover {
  color: currentColor;
}
#a5c58a9b79acd59 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5c58a9b79acd59 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5c58a9b79acd59 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #01489d;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a5c58a9b79acd59 .menu-list > li > a {
  padding: 0 35px;
}
#a5c58a9b79acd59 .menu-list > li:hover:before {
  height: 100%;
}
#a5c58a9b79acd59 .menu-list > li:hover:after {
  color: auto;
}
#a5c58a9b79acd59 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #333333;
  font-weight: 400;
  content: "|";
}
#a5c58a9b79acd59 .menu-list > li:first-child:after {
  content: "";
}
#a5c58a9b79acd59 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-size: auto;
  background-color: #01489d;
}
#a5c58a9b79acd59 .menu-list > li ul {
  padding: 0;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a5c58a9b79acd59 .menu-list > li ul li {
  position: relative;
}
#a5c58a9b79acd59 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #444444;
  background-color: rgba(255, 255, 255, 0.9);
}
#a5c58a9b79acd59 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#a5c58a9b79acd59 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a5c58a9b79acd59 li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(1, 160, 233, 0.9);
}
#a5c58a9b79acd59 li ul li a:active,
#a5c58a9b79acd59 li ul li a.active,
#a5c58a9b79acd59 li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(1, 160, 233, 0.9);
}
#a5c58a9b79acd59 li ul,
#a5c58a9b79acd59 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a5c58a9b79acd59 li:hover > ul {
  left: auto;
}
#a5c58a9b79acd59 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a45c1a8ecfaeec7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acbb8af799a0805 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af60fa6e49a7081 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ade9eaad49a5592 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8792a1004a242c .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a37b9a0db4abbb0 .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#a37b9a0db4abbb0 .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#a37b9a0db4abbb0 .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#a37b9a0db4abbb0 .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#a37b9a0db4abbb0 .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#a37b9a0db4abbb0 .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#a37b9a0db4abbb0 .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#a37b9a0db4abbb0 .nav-list {
  padding: 0 20px;
}
#a37b9a0db4abbb0 .nav-list .nav-item {
  display: inline-block;
  line-height: 21px;
  padding: 2px 6px 3px;
  font-size: 14px;
  color: #666;
  margin: 10px 30px 15px 0;
  cursor: pointer;
}
#a37b9a0db4abbb0 .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#a37b9a0db4abbb0 .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#a37b9a0db4abbb0 .order-item:hover {
  background: #f7f7f7;
}
#a37b9a0db4abbb0 .del-order {
  cursor: pointer;
}
#a37b9a0db4abbb0 .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#a37b9a0db4abbb0 .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#a37b9a0db4abbb0 .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#a37b9a0db4abbb0 .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#a37b9a0db4abbb0 .goods-item .goods-info {
  padding: 0 15px;
}
#a37b9a0db4abbb0 .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#a37b9a0db4abbb0 .appoint-time {
  margin-bottom: 4px;
}
#a37b9a0db4abbb0 .appoint-name {
  color: #333;
  font-size: 14px;
}
#a37b9a0db4abbb0 .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#a37b9a0db4abbb0 .goods-item .goods-name {
  color: #333;
}
#a37b9a0db4abbb0 .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#a37b9a0db4abbb0 .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#a37b9a0db4abbb0 .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#a37b9a0db4abbb0 .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#a37b9a0db4abbb0 .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#a37b9a0db4abbb0 .order-btns .btn {
  line-height: 26px;
  border-radius: 2px;
  border: 1px solid #ececec;
  padding: 0 14px;
  display: inline-block;
  margin-left: 8px;
  background: #fff;
  color: #333;
}
#a37b9a0db4abbb0 .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#a37b9a0db4abbb0 .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#a37b9a0db4abbb0 .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#a37b9a0db4abbb0 .setting-form {
  padding: 30px 20px;
}
#a37b9a0db4abbb0 .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#a37b9a0db4abbb0 .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#a37b9a0db4abbb0 .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#a37b9a0db4abbb0 .setting-form .setting-btns {
  margin-left: 130px;
}
#a37b9a0db4abbb0 .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#a37b9a0db4abbb0 .setting-wrap {
  position: relative;
}
#a37b9a0db4abbb0 .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#a37b9a0db4abbb0 .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#a37b9a0db4abbb0 .user-info .levels {
  color: #888;
  font-size: 12px;
}
#a37b9a0db4abbb0 .address-wrap {
  padding: 30px 20px;
}
#a37b9a0db4abbb0 .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#a37b9a0db4abbb0 .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#a37b9a0db4abbb0 .addr-list {
  min-height: 200px;
}
#a37b9a0db4abbb0 .addr-detail .addr-item-name,
#a37b9a0db4abbb0 .addr-detail .addr-default {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 0 5px;
  vertical-align: middle;
  margin: -2px 5px 0 0;
  max-width: 8em;
  height: 16px;
  line-height: 14px;
  font-size: 12px;
  color: #4b9bfb;
  border: 1px solid #4b9bfb;
}
#a37b9a0db4abbb0 .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#a37b9a0db4abbb0 .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#a37b9a0db4abbb0 .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#a37b9a0db4abbb0 .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#a37b9a0db4abbb0 .add-addr {
  height: 32px;
  line-height: 30px;
}
#a37b9a0db4abbb0 .publish-item .status {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 50px;
  background: url(/resources/sys/img/icons/info-pass.png) center center no-repeat;
  background-size: contain;
}
#a37b9a0db4abbb0 .publish-item {
  cursor: default;
  min-height: 120px;
}
#a37b9a0db4abbb0 .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#a37b9a0db4abbb0 .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#a37b9a0db4abbb0 .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #01489d;
}
#a37b9a0db4abbb0 .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
#a5c58a9b79acd59 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5c58a9b79acd59 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5c58a9b79acd59 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #01489d;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a5c58a9b79acd59 .menu-list > li > a {
  padding: 0 35px;
}
#a5c58a9b79acd59 .menu-list > li:hover:before {
  height: 100%;
}
#a5c58a9b79acd59 .menu-list > li:hover:after {
  color: auto;
}
#a5c58a9b79acd59 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #333333;
  font-weight: 400;
  content: "|";
}
#a5c58a9b79acd59 .menu-list > li:first-child:after {
  content: "";
}
#a5c58a9b79acd59 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-size: auto;
  background-color: #01489d;
}
#a5c58a9b79acd59 .menu-list > li ul {
  padding: 0;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a5c58a9b79acd59 .menu-list > li ul li {
  position: relative;
}
#a5c58a9b79acd59 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #444444;
  background-color: rgba(255, 255, 255, 0.9);
}
#a5c58a9b79acd59 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#a5c58a9b79acd59 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a5c58a9b79acd59 li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(1, 160, 233, 0.9);
}
#a5c58a9b79acd59 li ul li a:active,
#a5c58a9b79acd59 li ul li a.active,
#a5c58a9b79acd59 li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(1, 160, 233, 0.9);
}
#a5c58a9b79acd59 li ul,
#a5c58a9b79acd59 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a5c58a9b79acd59 li:hover > ul {
  left: auto;
}
#a5c58a9b79acd59 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a45c1a8ecfaeec7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acbb8af799a0805 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af60fa6e49a7081 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ade9eaad49a5592 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8792a1004a242c .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a928da7876ab299 {
  min-height: 500px;
  /* mobile */
}
#a928da7876ab299 .search-highlight {
  background: yellow;
}
#a928da7876ab299 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a928da7876ab299 .el-title {
  margin-bottom: 20px;
}
#a928da7876ab299 .el-item:hover .el-title {
  color: #01489d;
}
#a928da7876ab299 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a928da7876ab299 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a928da7876ab299 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a928da7876ab299 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a928da7876ab299 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a928da7876ab299 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a928da7876ab299 .el-title {
    margin-bottom: 0;
  }
  #a928da7876ab299 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a928da7876ab299 .category {
    font-size: 12px;
  }
  #a928da7876ab299 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a5c58a9b79acd59 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5c58a9b79acd59 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5c58a9b79acd59 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #01489d;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a5c58a9b79acd59 .menu-list > li > a {
  padding: 0 35px;
}
#a5c58a9b79acd59 .menu-list > li:hover:before {
  height: 100%;
}
#a5c58a9b79acd59 .menu-list > li:hover:after {
  color: auto;
}
#a5c58a9b79acd59 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #333333;
  font-weight: 400;
  content: "|";
}
#a5c58a9b79acd59 .menu-list > li:first-child:after {
  content: "";
}
#a5c58a9b79acd59 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-size: auto;
  background-color: #01489d;
}
#a5c58a9b79acd59 .menu-list > li ul {
  padding: 0;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a5c58a9b79acd59 .menu-list > li ul li {
  position: relative;
}
#a5c58a9b79acd59 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #444444;
  background-color: rgba(255, 255, 255, 0.9);
}
#a5c58a9b79acd59 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#a5c58a9b79acd59 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a5c58a9b79acd59 li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(1, 160, 233, 0.9);
}
#a5c58a9b79acd59 li ul li a:active,
#a5c58a9b79acd59 li ul li a.active,
#a5c58a9b79acd59 li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(1, 160, 233, 0.9);
}
#a5c58a9b79acd59 li ul,
#a5c58a9b79acd59 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a5c58a9b79acd59 li:hover > ul {
  left: auto;
}
#a5c58a9b79acd59 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a45c1a8ecfaeec7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acbb8af799a0805 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af60fa6e49a7081 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ade9eaad49a5592 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8792a1004a242c .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a96fca3e2bac8e8 .comment-detail {
  min-height: 600px;
}
#a96fca3e2bac8e8 table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#a96fca3e2bac8e8 table th,
#a96fca3e2bac8e8 table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#a96fca3e2bac8e8 table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#a96fca3e2bac8e8 .red {
  color: #F00!important;
}
#a96fca3e2bac8e8 .table-title span {
  display: inline-block;
  padding: 0 40px;
  line-height: 40px;
  color: #274589;
  font-size: 16px;
  font-weight: bold;
  background: url(/resources/sys/img/icons/title_icon.png) 0 center no-repeat;
}
#a5c58a9b79acd59 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5c58a9b79acd59 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5c58a9b79acd59 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #01489d;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a5c58a9b79acd59 .menu-list > li > a {
  padding: 0 35px;
}
#a5c58a9b79acd59 .menu-list > li:hover:before {
  height: 100%;
}
#a5c58a9b79acd59 .menu-list > li:hover:after {
  color: auto;
}
#a5c58a9b79acd59 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #333333;
  font-weight: 400;
  content: "|";
}
#a5c58a9b79acd59 .menu-list > li:first-child:after {
  content: "";
}
#a5c58a9b79acd59 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-size: auto;
  background-color: #01489d;
}
#a5c58a9b79acd59 .menu-list > li ul {
  padding: 0;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a5c58a9b79acd59 .menu-list > li ul li {
  position: relative;
}
#a5c58a9b79acd59 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #444444;
  background-color: rgba(255, 255, 255, 0.9);
}
#a5c58a9b79acd59 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#a5c58a9b79acd59 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a5c58a9b79acd59 li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(1, 160, 233, 0.9);
}
#a5c58a9b79acd59 li ul li a:active,
#a5c58a9b79acd59 li ul li a.active,
#a5c58a9b79acd59 li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(1, 160, 233, 0.9);
}
#a5c58a9b79acd59 li ul,
#a5c58a9b79acd59 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a5c58a9b79acd59 li:hover > ul {
  left: auto;
}
#a5c58a9b79acd59 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a45c1a8ecfaeec7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acbb8af799a0805 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af60fa6e49a7081 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ade9eaad49a5592 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}


/*移动端样式*/
@media (max-width: 991px) {
  .uk-h1,
  .uk-h2,
  .uk-h3,
  .uk-h4,
  .uk-h5,
  .uk-h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei";
  }
  /* ========================================================================
     Component: Base
   ========================================================================== */
  /*
   * 1. Set `font-size` to support `rem` units
   *    Not using `font` property because a leading hyphen (e.g. -apple-system) causes the font to break in IE11 and Edge
   * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
   * 3. Style
   */
  html {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /* 3 */
    color: #666;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  }
  /*
     * Removes default margin.
     */
  body {
    margin: 0;
    font-size: 14px;
    color: #666;
    background-color: #ffffff;
  }
  /* Links
     ========================================================================== */
  /*
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
  a {
    /* 1 */
    background-color: transparent;
    /* 2 */
    -webkit-text-decoration-skip: objects;
  }
  /*
     * Remove the outline on focused links when they are also active or hovered
     */
  a:active,
  a:hover {
    outline: none;
  }
  /*
     * Style
     */
  a,
  .uk-link {
    color: #01489d;
    text-decoration: none;
    cursor: pointer;
  }
  a:hover,
  .uk-link:hover {
    color: #01489d;
  }
  /* Text-level semantics
     ========================================================================== */
  /*
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
  abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
  }
  /*
     * 1. Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     * 2. Add the correct font weight in Chrome, Edge, and Safari.
     */
  /* 1 */
  b,
  strong {
    font-weight: inherit;
  }
  /* 2 */
  b,
  strong {
    font-weight: bolder;
  }
  /*
     * 1. Correct the odd `em` font sizing in all browsers.
     * 2. Consolas has a better baseline in running text compared to `Courier`
     * 3. Style
     */
  :not(pre) > code,
  :not(pre) > kbd,
  :not(pre) > samp {
    /* 1 */
    font-size: 11px;
    /* 2 */
    font-family: Consolas, monaco, monospace;
    /* 3 */
    color: #435DBA;
    white-space: nowrap;
    padding: 2px 6px;
    border: 1px solid #EBEBED;
    border-radius: 3px;
  }
  /*
     * Emphasize
     */
  em {
    color: #01489d;
  }
  /* Preformatted text
     ========================================================================== */
  /*
     * 1. Contain overflow in all browsers.
     * 2. Override UA
     */
  pre {
    background: #ffffff;
  }
  pre code {
    font-family: Consolas, monaco, monospace;
  }
  /* Selection pseudo-element
     ========================================================================== */
  ::-moz-selection {
    background: #01489d;
    text-shadow: none;
  }
  ::selection {
    background: #01489d;
    text-shadow: none;
  }
  /* ========================================================================
       Component: Link
     ========================================================================== */
  /* Muted
     ========================================================================== */
  a.uk-link-muted,
  .uk-link-muted a {
    color: #999999;
  }
  a.uk-link-muted:hover,
  .uk-link-muted a:hover {
    color: #666;
  }
  /* Text
     ========================================================================== */
  /*
     * `!important` needed to override inverse component
     */
  a.uk-link-text:not(:hover),
  .uk-link-text a:not(:hover) {
    color: inherit !important;
  }
  a.uk-link-text:hover,
  .uk-link-text a:hover {
    color: #999999;
  }
  /* Hero
     ========================================================================== */
  /*
     * 1. Using `inline-block` to make it work with text alignment
     * 2. Center vertically
     * 3. Style
     */
  .uk-heading-bullet::before {
    content: "";
    border-left: 4px solid #01489d;
  }
  /* Small
     ========================================================================== */
  /*
     * Reset child height, caused by `inline-block`
     */
  .uk-divider-small {
    line-height: 0;
  }
  .uk-divider-small::after {
    border-top: 2px solid #01489d;
  }
  /* ========================================================================
       Component: List
     ========================================================================== */
  .uk-list,
  .ap-child-list > ul {
    padding: 0;
    list-style: none;
  }
  .uk-list-striped > li:nth-of-type(odd) {
    background: #f8f8f8;
  }
  /* ========================================================================
       Component: Description list
     ========================================================================== */
  /*
     * Term
     */
  .uk-description-list > dd {
    font-size: 16px;
  }
  /* Caption
     ========================================================================== */
  .uk-table caption {
    color: #999999;
  }
  /*
     * Striped
     */
  .uk-table-striped > tr:nth-of-type(odd),
  .uk-table-striped tbody tr:nth-of-type(odd) {
    background: #f8f8f8;
  }
  /* Style modifiers
     ========================================================================== */
  /*
     * Link
     */
  .uk-icon-link:hover,
  .uk-icon-link:focus {
    color: #01489d;
    outline: none;
  }
  /*
     * Button
     * 1. Center icon vertically and horizontally
     */
  .uk-icon-button {
    background: #ffffff;
  }
  /* Hover + Focus */
  .uk-icon-button:hover,
  .uk-icon-button:focus {
    background-color: #ffffff;
    color: #01489d;
    outline: none;
  }
  /* OnClick + Active */
  .uk-icon-button:active,
  .uk-active > .uk-icon-button {
    background-color: #01489d;
    color: #ffffff;
  }
  /* Thumb
     ========================================================================== */
  /*
     * 1. Reset
     * 2. Style
     */
  /* Webkit */
  .uk-range::-webkit-slider-thumb {
    background: #666;
  }
  /* Firefox */
  .uk-range::-moz-range-thumb {
    background: #666;
  }
  /* Edge */
  .uk-range::-ms-thumb {
    /* 1 */
    margin-top: 0;
  }
  /* IE11 */
  .uk-range::-ms-thumb {
    background: #666;
  }
  .uk-input,
  .uk-select,
  .uk-textarea {
    background: #ffffff;
    color: #666;
  }
  /* Focus */
  .uk-input:focus,
  .uk-select:focus,
  .uk-textarea:focus {
    outline: none;
    background-color: #ffffff;
  }
  /* Disabled */
  .uk-input:disabled,
  .uk-select:disabled,
  .uk-textarea:disabled {
    background-color: #f8f8f8;
    color: #999999;
  }
  /*
     * Placeholder
     */
  .uk-input:-ms-input-placeholder {
    color: #999999 !important;
  }
  .uk-input::-moz-placeholder {
    color: #999999;
  }
  .uk-input::-webkit-input-placeholder {
    color: #999999;
  }
  .uk-textarea:-ms-input-placeholder {
    color: #999999 !important;
  }
  .uk-textarea::-moz-placeholder {
    color: #999999;
  }
  .uk-textarea::-webkit-input-placeholder {
    color: #999999;
  }
  .uk-form-danger,
  .uk-form-danger:focus {
    color: #f0506e;
    border-color: #f0506e !important;
  }
  /*
     * Success
     */
  .uk-form-success,
  .uk-form-success:focus {
    color: #32d296;
    border-color: #32d296 !important;
  }
  /*
     * Blank
     */
  .uk-form-blank {
    background: none;
    border-color: transparent !important;
  }
  .uk-form-blank:focus {
    border-color: #EBEBED !important;
    border-style: dashed;
  }
  /*
     * Checked
     */
  .uk-radio:checked,
  .uk-checkbox:checked,
  .uk-checkbox:indeterminate {
    background-color: #01489d;
    border-color: transparent;
  }
  /* Label
     ========================================================================== */
  /* Icons
     ========================================================================== */
  .uk-form-icon {
    color: #999999;
  }
  /*
     * Required for `a`.
     */
  .uk-form-icon:hover {
    color: #666;
  }
  /* OnClick + Active */
  /* Style modifiers
     ========================================================================== */
  /*
     * Default
     */
  .uk-button-default {
    background-color: #ffffff;
  }
  /* Hover + Focus */
  .uk-button-default:hover,
  .uk-button-default:focus {
    background-color: #ffffff;
    color: #01489d;
  }
  /* OnClick + Active */
  .uk-button-default:active,
  .uk-button-default.uk-active {
    background-color: #01489d;
    color: #ffffff;
  }
  /*
     * Primary
     */
  .uk-button-primary {
    background-color: #01489d;
    color: #ffffff;
  }
  /* Hover + Focus */
  .uk-button-primary:hover,
  .uk-button-primary:focus {
    background-color: #01a0e9;
    color: #ffffff;
  }
  /* OnClick + Active */
  .uk-button-primary:active,
  .uk-button-primary.uk-active {
    color: #ffffff;
  }
  /*
     * Secondary
     */
  .uk-button-secondary {
    color: #666;
    border: 1px solid #01a0e9;
  }
  /* OnClick + Active */
  .uk-button-secondary:active,
  .uk-button-secondary.uk-active {
    background-color: #01489d;
    color: #ffffff;
    border-color: #01489d;
  }
  /*
     * Danger
     */
  .uk-button-danger {
    background-color: transparent;
    color: #f0506e;
    border: 1px solid #f0506e;
  }
  /* Hover + Focus */
  .uk-button-danger:hover,
  .uk-button-danger:focus {
    background-color: transparent;
  }
  /* OnClick + Active */
  .uk-button-danger:active,
  .uk-button-danger.uk-active {
    background-color: #f0506e;
    color: #ffffff;
    border-color: #f0506e;
  }
  /*
     * Disabled
     * The same for all style modifiers
     */
  .uk-button-default:disabled,
  .uk-button-primary:disabled,
  .uk-button-secondary:disabled,
  .uk-button-danger:disabled {
    background-color: #f8f8f8;
    color: #999999;
  }
  /* Text modifiers
     ========================================================================== */
  /*
     * Text
     * 1. Reset
     * 2. Style
     */
  .uk-button-text {
    /* 1 */
    padding: 0;
    line-height: 1.5;
    background: none;
    /* 2 */
    position: relative;
  }
  /* Hover + Focus */
  .uk-button-text:hover,
  .uk-button-text:focus {
    color: #01489d;
  }
  /* Disabled */
  .uk-button-text:disabled {
    color: #999999;
  }
  /*
     * Link
     * 1. Reset
     * 2. Style
     */
  .uk-button-link {
    /* 1 */
    padding: 0;
    line-height: 1.5;
    background: none;
    /* 2 */
    color: #01489d;
  }
  /* Hover + Focus */
  .uk-button-link:hover,
  .uk-button-link:focus {
    color: #01489d;
  }
  /* Disabled */
  .uk-button-link:disabled {
    color: #999999;
    text-decoration: none;
  }
  /* Style modifiers
     ========================================================================== */
  /*
     * Default
     */
  .uk-section-default,
  .ap-container-default .uk-container {
    background: #ffffff;
  }
  /*
     * Primary
     */
  .uk-section-primary,
  .ap-container-primary .uk-container {
    background: #01489d;
  }
  /*
     * Secondary
     */
  .uk-section-secondary,
  .ap-container-secondary .uk-container {
    background: #01a0e9;
  }
  .uk-section-muted,
  .ap-container-muted .uk-container {
    background: #f8f8f8;
  }
  /* Style modifiers
     ========================================================================== */
  /*
     * Default
     */
  .uk-tile-default {
    background: #ffffff;
  }
  /*
     * Muted
     */
  .uk-tile-muted {
    background: #f8f8f8;
  }
  /*
     * Primary
     */
  .uk-tile-primary {
    background: #01489d;
  }
  /*
     * Secondary
     */
  .uk-tile-secondary {
    background: #01a0e9;
  }
  /* ========================================================================
       Component: Card
     ========================================================================== */
  /* Badge
     ========================================================================== */
  .uk-card-badge {
    color: #666;
  }
  /*
     * Remove margin from adjacent element
     */
  .uk-card-badge:first-child + * {
    margin-top: 0;
  }
  /* Style modifiers
     ========================================================================== */
  /*
     * Default
     * Note: Header and Footer are only implemented for the default style
     */
  .uk-card-default {
    background: #ffffff;
    color: #666;
  }
  .uk-card-default.uk-card-hover:hover {
    background-color: #ffffff;
  }
  /*
     * Primary
     */
  .uk-card-primary {
    background: #01489d;
    color: #ffffff;
  }
  .uk-card-primary .uk-card-title {
    color: #ffffff;
  }
  /*
     * Secondary
     */
  .uk-card-secondary {
    background: #01a0e9;
    color: #ffffff;
  }
  .uk-card-secondary .uk-card-title {
    color: #ffffff;
  }
  /* ========================================================================
       Component: Close
     ========================================================================== */
  /* Hover + Focus */
  /* Hover + Focus */
  .uk-totop:hover,
  .uk-totop:focus {
    outline: none;
    background-color: transparent;
  }
  /* OnClick */
  .uk-totop:active {
    color: #01489d;
    background-color: transparent;
  }
  /* ========================================================================
       Component: Marker
     ========================================================================== */
  /*
     * Addopts `uk-icon`
     */
  .uk-marker {
    padding: 5px;
    background: #01a0e9;
    color: #ffffff;
  }
  /* Hover + Focus */
  .uk-marker:hover,
  .uk-marker:focus {
    color: #ffffff;
    outline: none;
  }
  /* ========================================================================
       Component: Alert
     ========================================================================== */
  .uk-alert {
    position: relative;
    background: #ffffff;
    color: #333;
  }
  /* Style modifiers
     ========================================================================== */
  /*
     * Primary
     */
  .uk-alert-primary {
    background: #ffffff;
    color: #01489d;
  }
  /*
     * Success
     */
  .uk-alert-success {
    background: #ffffff;
    color: #32d296;
  }
  /*
     * Warning
     */
  .uk-alert-warning {
    background: #ffffff;
    color: #faa05a;
  }
  /*
     * Danger
     */
  .uk-alert-danger {
    background: #ffffff;
    color: #f0506e;
  }
  /* ========================================================================
       Component: Badge
     ========================================================================== */
  /*
     * 1. Style
     * 2. Center child vertically and horizontally
     */
  .uk-badge {
    /* 1 */
    background: #01489d;
    color: #ffffff;
  }
  /*
     * Required for `a`
     */
  .uk-badge:hover,
  .uk-badge:focus {
    color: #ffffff;
    text-decoration: none;
    outline: none;
  }
  /* ========================================================================
       Component: Label
     ========================================================================== */
  .uk-label {
    background: #01489d;
    color: #ffffff;
  }
  /* Color modifiers
     ========================================================================== */
  /*
     * Success
     */
  .uk-label-success {
    background-color: #32d296;
    color: #ffffff;
  }
  /*
     * Warning
     */
  .uk-label-warning {
    background-color: #faa05a;
    color: #ffffff;
  }
  /*
     * Danger
     */
  .uk-label-danger {
    background-color: #f0506e;
    color: #ffffff;
  }
  /* ========================================================================
       Component: Overlay
     ========================================================================== */
  .uk-overlay {
    padding: 20px 20px;
  }
  /*
     * Remove margin from the last-child
     */
  .uk-overlay > :last-child {
    margin-bottom: 0;
  }
  /* Title
     ========================================================================== */
  /* Meta
     ========================================================================== */
  .uk-article-meta {
    color: #999999;
  }
  .uk-article-meta a {
    color: #999999;
  }
  .uk-article-meta a:hover {
    color: #666;
    text-decoration: none;
  }
  /* Meta
     ========================================================================== */
  .uk-comment-meta {
    color: #999999;
  }
  /* Style modifier
     ========================================================================== */
  .uk-comment-primary {
    background-color: #f8f8f8;
  }
  .uk-search-input:focus {
    outline: none;
  }
  /* Placeholder */
  .uk-search-input:-ms-input-placeholder {
    color: #999999 !important;
  }
  .uk-search-input::-moz-placeholder {
    color: #999999;
  }
  .uk-search-input::-webkit-input-placeholder {
    color: #999999;
  }
  /* Icon (Adopts `uk-icon`)
     ========================================================================== */
  /*
     * Remove default focus style
     */
  .uk-search-icon:focus {
    outline: none;
  }
  .uk-search .uk-search-icon {
    color: #999999;
  }
  /*
     * Required for `a`.
     */
  .uk-search .uk-search-icon:hover {
    color: #999999;
  }
  /* Focus */
  .uk-search-default .uk-search-input:focus {
    background-color: #ffffff;
  }
  /* Toggle
     ========================================================================== */
  .uk-search-toggle {
    color: #999999;
  }
  /* Hover + Focus */
  .uk-search-toggle:hover,
  .uk-search-toggle:focus {
    color: #666;
  }
  /* Parent icon modifier
     ========================================================================== */
  .uk-nav-parent-icon > .uk-parent > a::after {
    content: "";
    width: 1.5 em;
    height: 1.5 em;
  }
  /*
     * Items
     */
  .uk-nav-default > li > a {
    color: #999999;
  }
  /* Hover + Focus */
  .uk-nav-default > li > a:hover,
  .uk-nav-default > li > a:focus {
    color: #01489d;
    background-color: transparent;
  }
  /* Active */
  .uk-nav-default > li.uk-active > a {
    background-color: transparent;
  }
  /*
     * Header
     */
  /*
     * Sublists
     */
  .uk-nav-default .uk-nav-sub a {
    color: #999999;
  }
  .uk-nav-default .uk-nav-sub a:hover,
  .uk-nav-default .uk-nav-sub a:focus {
    color: #666;
  }
  /*
     * Items
     */
  .uk-nav-primary > li > a {
    line-height: 1.5;
    color: #999999;
  }
  /* Hover + Focus */
  .uk-nav-primary > li > a:hover,
  .uk-nav-primary > li > a:focus {
    color: #01489d;
  }
  /* Active */
  /*
     * Header
     */
  /*
     * Sublists
     */
  .uk-nav-primary .uk-nav-sub a {
    color: #999999;
  }
  .uk-nav-primary .uk-nav-sub a:hover,
  .uk-nav-primary .uk-nav-sub a:focus {
    color: #666;
  }
  /*
     * Nav items
     */
  .uk-navbar-nav > li > a {
    color: #666;
  }
  .uk-navbar-nav > li > a,
  .uk-navbar-item,
  .uk-navbar-toggle {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei";
  }
  /*
     * Hover
     * Apply hover style also to focus state and if dropdown is opened
     */
  .uk-navbar-nav > li:hover > a,
  .uk-navbar-nav > li > a:focus,
  .uk-navbar-nav > li > a.uk-open {
    color: #01489d;
    outline: none;
  }
  .uk-navbar-nav > li > a:hover::before {
    background-color: currentColor;
  }
  /* OnClick */
  .uk-navbar-nav > li.uk-active > a::before {
    background-color: #01489d;
  }
  /* Item
     ========================================================================== */
  .uk-navbar-item {
    color: #666;
  }
  /* Toggle
     ========================================================================== */
  .uk-navbar-toggle:hover,
  .uk-navbar-toggle:focus,
  .uk-navbar-toggle.uk-open {
    color: #01489d;
  }
  /* Dropdown
     ========================================================================== */
  /*
     * Adopts `uk-dropdown`
     * 1. Hide by default
     * 2. Set position
     * 3. Set a default width
     * 4. Style
     */
  .uk-navbar-dropdown {
    background: #ffffff;
    color: #666;
  }
  /*
     * Items
     */
  .uk-navbar-dropdown-nav > li > a {
    color: #999999;
    padding: 5px 0;
  }
  /* Hover + Focus */
  .uk-navbar-dropdown-nav > li > a:hover,
  .uk-navbar-dropdown-nav > li > a:focus {
    color: #01489d;
    background-color: transparent;
  }
  /* Active */
  /*
     * Sublists
     */
  .uk-navbar-dropdown-nav .uk-nav-sub a {
    color: #999999;
  }
  .uk-navbar-dropdown-nav .uk-nav-sub a:hover,
  .uk-navbar-dropdown-nav .uk-nav-sub a:focus {
    color: #666;
  }
  /* Dropbar
     ========================================================================== */
  .uk-navbar-dropbar {
    position: relative;
    background: #ffffff;
    overflow: hidden;
  }
  /* Items
     ========================================================================== */
  /*
     * Items must target `a` elements to exclude other elements (e.g. dropdowns)
     * Using `:first-child` instead of `a` to support `span` elements for text
     * 1. Prevent gap if child element is `inline-block`, e.g. an icon
     * 2. Style
     */
  .uk-subnav > * > :first-child {
    color: #999999;
  }
  /* Hover + Focus */
  .uk-subnav > * > a:hover,
  .uk-subnav > * > a:focus {
    color: #666;
    text-decoration: none;
    outline: none;
  }
  /* Active */
  /* Pill modifier
     ========================================================================== */
  .uk-subnav-pill > * > :first-child {
    color: #999999;
  }
  /* Hover + Focus */
  .uk-subnav-pill > * > a:hover,
  .uk-subnav-pill > * > a:focus {
    background-color: #ffffff;
    color: #666;
  }
  /* OnClick */
  .uk-subnav-pill > * > a:active {
    background-color: #ffffff;
  }
  /* Active */
  .uk-subnav-pill > .uk-active > a {
    background-color: #01489d;
    color: #ffffff;
  }
  /* Disabled
     * The same for all style modifiers
     ========================================================================== */
  .uk-subnav > .uk-disabled > a {
    color: #999999;
  }
  /* Items
     ========================================================================== */
  .uk-breadcrumb > * > * {
    color: #999999;
  }
  /* Hover + Focus */
  .uk-breadcrumb > * > :hover,
  .uk-breadcrumb > * > :focus {
    color: #666;
    text-decoration: none;
  }
  /* Disabled */
  .uk-breadcrumb > .uk-disabled > * {
    color: #999999;
  }
  /* Active */
  /* Items
     ========================================================================== */
  /*
     * 1. Prevent gap if child element is `inline-block`, e.g. an icon
     * 2. Style
     */
  .uk-pagination > * > * {
    color: #999999;
  }
  /* Hover + Focus */
  .uk-pagination > * > :hover,
  .uk-pagination > * > :focus {
    background-color: #ffffff;
  }
  /* Active */
  .uk-pagination > .uk-active > * {
    color: #01489d;
    background-color: transparent;
  }
  /* Disabled */
  .uk-pagination > .uk-disabled > * {
    color: #999999;
    background-color: transparent;
  }
  /* Items
     ========================================================================== */
  /*
     * Items must target `a` elements to exclude other elements (e.g. dropdowns)
     * 1. Center text if a width is set
     * 2. Style
     */
  .uk-tab > * > a {
    color: #999999;
  }
  /* Hover + Focus */
  .uk-tab > * > a:hover,
  .uk-tab > * > a:focus {
    color: #666;
    text-decoration: none;
    border-color: transparent;
  }
  /* Active */
  .uk-tab > .uk-active > a {
    border-color: #01489d;
  }
  /* Disabled */
  .uk-tab > .uk-disabled > a {
    color: #999999;
  }
  /* Items
     ========================================================================== */
  /* Hover + Focus */
  .uk-dotnav > * > :hover,
  .uk-dotnav > * > :focus {
    background-color: rgba(248, 108, 74, 0.4);
    outline: none;
    border-color: transparent;
  }
  /* OnClick */
  .uk-dotnav > * > :active {
    background-color: #01489d;
    border-color: transparent;
  }
  /* Active */
  .uk-dotnav > .uk-active > * {
    background-color: #01489d;
    border-color: transparent;
  }
  /* ========================================================================
       Component: Dropdown
     ========================================================================== */
  .uk-dropdown {
    background: #ffffff;
    color: #666;
  }
  /*
     * Items
     */
  .uk-dropdown-nav > li > a {
    color: #999999;
  }
  /* Hover + Focus + Active */
  .uk-dropdown-nav > li > a:hover,
  .uk-dropdown-nav > li > a:focus,
  .uk-dropdown-nav > li.uk-active > a {
    background-color: transparent;
  }
  /*
     * Header
     */
  .uk-dropdown-nav .uk-nav-header {
    color: #01489d;
  }
  /*
     * Sublists
     */
  .uk-dropdown-nav .uk-nav-sub a {
    color: #999999;
  }
  .uk-dropdown-nav .uk-nav-sub a:hover,
  .uk-dropdown-nav .uk-nav-sub a:focus {
    color: #01489d;
  }
  /* Dialog
     ========================================================================== */
  /*
     * 1. Create position context for spinner and close button
     * 2. Dimensions
     * 3. Fix `max-width: 100%` not working in combination with flex and responsive images in IE11
     *    `!important` needed to overwrite `uk-width-auto`. See `#modal-media-image` in tests
     * 4. Style
     * 5. Slide-in transition
     */
  .uk-modal-dialog {
    background: #ffffff;
  }
  /*
     * Open
     */
  .uk-open > .uk-modal-dialog {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  /* Message
    ========================================================================== */
  .uk-notification-message {
    background: #f8f8f8;
    color: #666;
  }
  /* Style modifiers
     ========================================================================== */
  /*
     * Primary
     */
  .uk-notification-message-primary {
    color: #01489d;
  }
  /*
     * Success
     */
  .uk-notification-message-success {
    color: #32d296;
  }
  /*
     * Warning
     */
  .uk-notification-message-warning {
    color: #faa05a;
  }
  /*
     * Danger
     */
  .uk-notification-message-danger {
    color: #f0506e;
  }
  /* ========================================================================
       Component: Tooltip
     ========================================================================== */
  .uk-tooltip {
    /* 4 */
    background: #01489d;
    color: #ffffff;
  }
  /*
     * Remove animated circles for indeterminate state in IE11 and Edge
     */
  .uk-progress:indeterminate {
    color: transparent;
  }
  /*
     * Progress container
     * 2. Remove progress bar for indeterminate state in Firefox
     */
  .uk-progress::-webkit-progress-bar {
    background-color: #f8f8f8;
    border-radius: 500px;
    overflow: hidden;
  }
  /*
     * Progress bar
     * 1. Remove right border in IE11 and Edge
     */
  .uk-progress::-webkit-progress-value {
    background-color: #01489d;
  }
  .uk-progress::-moz-progress-bar {
    background-color: #01489d;
  }
  .uk-progress::-ms-fill {
    background-color: #01489d;
  }
  /* ========================================================================
       Component: Text
     ========================================================================== */
  /* Style modifiers
     ========================================================================== */
  .uk-text-meta {
    color: #999999;
  }
  .uk-text-meta a {
    color: #999999;
  }
  .uk-text-meta a:hover {
    color: #666;
    text-decoration: none;
  }
  /* Size modifiers
     ========================================================================== */
  .uk-text-small {
    font-size: 12px;
    line-height: 1.5;
  }
  .uk-text-large {
    font-size: 20px;
    line-height: 1.5;
  }
  /* Weight modifier
     ========================================================================== */
  .uk-text-bold {
    font-weight: bolder;
  }
  /* Transform modifier
     ========================================================================== */
  .uk-text-uppercase {
    text-transform: uppercase !important;
  }
  .uk-text-capitalize {
    text-transform: capitalize !important;
  }
  .uk-text-lowercase {
    text-transform: lowercase !important;
  }
  /* Color modifiers
     ========================================================================== */
  .uk-text-muted {
    color: #999999 !important;
  }
  .uk-text-primary {
    color: #01489d !important;
  }
  .uk-text-success {
    color: #32d296 !important;
  }
  .uk-text-warning {
    color: #faa05a !important;
  }
  .uk-text-danger {
    color: #f0506e !important;
  }
  /* Background modifier */
  .uk-text-background {
    color: #01489d !important;
  }
  @supports (-webkit-background-clip: text) {
    .uk-text-background {
      background-color: #01489d;
    }
  }
  /* ========================================================================
       Component: Background
     ========================================================================== */
  /* Color
     ========================================================================== */
  .uk-background-default {
    background-color: #ffffff;
  }
  .uk-background-muted {
    background-color: #f8f8f8;
  }
  .uk-background-primary {
    background-color: #01489d;
  }
  .uk-background-secondary {
    background-color: #01a0e9;
  }
  /* ========================================================================
       Component: Inverse
     ========================================================================== */
  .uk-light a,
  .uk-light .uk-link,
  .uk-section-primary:not(.uk-preserve-color) a,
  .uk-section-primary:not(.uk-preserve-color) .uk-link,
  .uk-section-secondary:not(.uk-preserve-color) a,
  .uk-section-secondary:not(.uk-preserve-color) .uk-link,
  .uk-tile-primary:not(.uk-preserve-color) a,
  .uk-tile-primary:not(.uk-preserve-color) .uk-link,
  .uk-tile-secondary:not(.uk-preserve-color) a,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-link,
  .uk-card-primary.uk-card-body a,
  .uk-card-primary.uk-card-body .uk-link,
  .uk-card-primary > :not([class*='uk-card-media']) a,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-link,
  .uk-card-secondary.uk-card-body a,
  .uk-card-secondary.uk-card-body .uk-link,
  .uk-card-secondary > :not([class*='uk-card-media']) a,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-link,
  .uk-overlay-primary a,
  .uk-overlay-primary .uk-link,
  .ap-toolbar a,
  .ap-toolbar .uk-link {
    color: #ffffff;
  }
  .uk-light a:hover,
  .uk-light .uk-link:hover,
  .uk-section-primary:not(.uk-preserve-color) a:hover,
  .uk-section-primary:not(.uk-preserve-color) .uk-link:hover,
  .uk-section-secondary:not(.uk-preserve-color) a:hover,
  .uk-section-secondary:not(.uk-preserve-color) .uk-link:hover,
  .uk-tile-primary:not(.uk-preserve-color) a:hover,
  .uk-tile-primary:not(.uk-preserve-color) .uk-link:hover,
  .uk-tile-secondary:not(.uk-preserve-color) a:hover,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-link:hover,
  .uk-card-primary.uk-card-body a:hover,
  .uk-card-primary.uk-card-body .uk-link:hover,
  .uk-card-primary > :not([class*='uk-card-media']) a:hover,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-link:hover,
  .uk-card-secondary.uk-card-body a:hover,
  .uk-card-secondary.uk-card-body .uk-link:hover,
  .uk-card-secondary > :not([class*='uk-card-media']) a:hover,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-link:hover,
  .uk-overlay-primary a:hover,
  .uk-overlay-primary .uk-link:hover,
  .ap-toolbar a:hover,
  .ap-toolbar .uk-link:hover {
    color: #ffffff;
  }
  .uk-light em,
  .uk-section-primary:not(.uk-preserve-color) em,
  .uk-section-secondary:not(.uk-preserve-color) em,
  .uk-tile-primary:not(.uk-preserve-color) em,
  .uk-tile-secondary:not(.uk-preserve-color) em,
  .uk-card-primary.uk-card-body em,
  .uk-card-primary > :not([class*='uk-card-media']) em,
  .uk-card-secondary.uk-card-body em,
  .uk-card-secondary > :not([class*='uk-card-media']) em,
  .uk-overlay-primary em,
  .ap-toolbar em {
    color: #ffffff;
  }
  .uk-light h1,
  .uk-light .uk-h1,
  .uk-light h2,
  .uk-light .uk-h2,
  .uk-light h3,
  .uk-light .uk-h3,
  .uk-light h4,
  .uk-light .uk-h4,
  .uk-light h5,
  .uk-light .uk-h5,
  .uk-light h6,
  .uk-light .uk-h6,
  .uk-section-primary:not(.uk-preserve-color) h1,
  .uk-section-primary:not(.uk-preserve-color) .uk-h1,
  .uk-section-primary:not(.uk-preserve-color) h2,
  .uk-section-primary:not(.uk-preserve-color) .uk-h2,
  .uk-section-primary:not(.uk-preserve-color) h3,
  .uk-section-primary:not(.uk-preserve-color) .uk-h3,
  .uk-section-primary:not(.uk-preserve-color) h4,
  .uk-section-primary:not(.uk-preserve-color) .uk-h4,
  .uk-section-primary:not(.uk-preserve-color) h5,
  .uk-section-primary:not(.uk-preserve-color) .uk-h5,
  .uk-section-primary:not(.uk-preserve-color) h6,
  .uk-section-primary:not(.uk-preserve-color) .uk-h6,
  .uk-section-secondary:not(.uk-preserve-color) h1,
  .uk-section-secondary:not(.uk-preserve-color) .uk-h1,
  .uk-section-secondary:not(.uk-preserve-color) h2,
  .uk-section-secondary:not(.uk-preserve-color) .uk-h2,
  .uk-section-secondary:not(.uk-preserve-color) h3,
  .uk-section-secondary:not(.uk-preserve-color) .uk-h3,
  .uk-section-secondary:not(.uk-preserve-color) h4,
  .uk-section-secondary:not(.uk-preserve-color) .uk-h4,
  .uk-section-secondary:not(.uk-preserve-color) h5,
  .uk-section-secondary:not(.uk-preserve-color) .uk-h5,
  .uk-section-secondary:not(.uk-preserve-color) h6,
  .uk-section-secondary:not(.uk-preserve-color) .uk-h6,
  .uk-tile-primary:not(.uk-preserve-color) h1,
  .uk-tile-primary:not(.uk-preserve-color) .uk-h1,
  .uk-tile-primary:not(.uk-preserve-color) h2,
  .uk-tile-primary:not(.uk-preserve-color) .uk-h2,
  .uk-tile-primary:not(.uk-preserve-color) h3,
  .uk-tile-primary:not(.uk-preserve-color) .uk-h3,
  .uk-tile-primary:not(.uk-preserve-color) h4,
  .uk-tile-primary:not(.uk-preserve-color) .uk-h4,
  .uk-tile-primary:not(.uk-preserve-color) h5,
  .uk-tile-primary:not(.uk-preserve-color) .uk-h5,
  .uk-tile-primary:not(.uk-preserve-color) h6,
  .uk-tile-primary:not(.uk-preserve-color) .uk-h6,
  .uk-tile-secondary:not(.uk-preserve-color) h1,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-h1,
  .uk-tile-secondary:not(.uk-preserve-color) h2,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-h2,
  .uk-tile-secondary:not(.uk-preserve-color) h3,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-h3,
  .uk-tile-secondary:not(.uk-preserve-color) h4,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-h4,
  .uk-tile-secondary:not(.uk-preserve-color) h5,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-h5,
  .uk-tile-secondary:not(.uk-preserve-color) h6,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-h6,
  .uk-card-primary.uk-card-body h1,
  .uk-card-primary.uk-card-body .uk-h1,
  .uk-card-primary.uk-card-body h2,
  .uk-card-primary.uk-card-body .uk-h2,
  .uk-card-primary.uk-card-body h3,
  .uk-card-primary.uk-card-body .uk-h3,
  .uk-card-primary.uk-card-body h4,
  .uk-card-primary.uk-card-body .uk-h4,
  .uk-card-primary.uk-card-body h5,
  .uk-card-primary.uk-card-body .uk-h5,
  .uk-card-primary.uk-card-body h6,
  .uk-card-primary.uk-card-body .uk-h6,
  .uk-card-primary > :not([class*='uk-card-media']) h1,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-h1,
  .uk-card-primary > :not([class*='uk-card-media']) h2,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-h2,
  .uk-card-primary > :not([class*='uk-card-media']) h3,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-h3,
  .uk-card-primary > :not([class*='uk-card-media']) h4,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-h4,
  .uk-card-primary > :not([class*='uk-card-media']) h5,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-h5,
  .uk-card-primary > :not([class*='uk-card-media']) h6,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-h6,
  .uk-card-secondary.uk-card-body h1,
  .uk-card-secondary.uk-card-body .uk-h1,
  .uk-card-secondary.uk-card-body h2,
  .uk-card-secondary.uk-card-body .uk-h2,
  .uk-card-secondary.uk-card-body h3,
  .uk-card-secondary.uk-card-body .uk-h3,
  .uk-card-secondary.uk-card-body h4,
  .uk-card-secondary.uk-card-body .uk-h4,
  .uk-card-secondary.uk-card-body h5,
  .uk-card-secondary.uk-card-body .uk-h5,
  .uk-card-secondary.uk-card-body h6,
  .uk-card-secondary.uk-card-body .uk-h6,
  .uk-card-secondary > :not([class*='uk-card-media']) h1,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-h1,
  .uk-card-secondary > :not([class*='uk-card-media']) h2,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-h2,
  .uk-card-secondary > :not([class*='uk-card-media']) h3,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-h3,
  .uk-card-secondary > :not([class*='uk-card-media']) h4,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-h4,
  .uk-card-secondary > :not([class*='uk-card-media']) h5,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-h5,
  .uk-card-secondary > :not([class*='uk-card-media']) h6,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-h6,
  .uk-overlay-primary h1,
  .uk-overlay-primary .uk-h1,
  .uk-overlay-primary h2,
  .uk-overlay-primary .uk-h2,
  .uk-overlay-primary h3,
  .uk-overlay-primary .uk-h3,
  .uk-overlay-primary h4,
  .uk-overlay-primary .uk-h4,
  .uk-overlay-primary h5,
  .uk-overlay-primary .uk-h5,
  .uk-overlay-primary h6,
  .uk-overlay-primary .uk-h6,
  .ap-toolbar h1,
  .ap-toolbar .uk-h1,
  .ap-toolbar h2,
  .ap-toolbar .uk-h2,
  .ap-toolbar h3,
  .ap-toolbar .uk-h3,
  .ap-toolbar h4,
  .ap-toolbar .uk-h4,
  .ap-toolbar h5,
  .ap-toolbar .uk-h5,
  .ap-toolbar h6,
  .ap-toolbar .uk-h6 {
    color: #ffffff;
  }
  .uk-light blockquote,
  .uk-section-primary:not(.uk-preserve-color) blockquote,
  .uk-section-secondary:not(.uk-preserve-color) blockquote,
  .uk-tile-primary:not(.uk-preserve-color) blockquote,
  .uk-tile-secondary:not(.uk-preserve-color) blockquote,
  .uk-card-primary.uk-card-body blockquote,
  .uk-card-primary > :not([class*='uk-card-media']) blockquote,
  .uk-card-secondary.uk-card-body blockquote,
  .uk-card-secondary > :not([class*='uk-card-media']) blockquote,
  .uk-overlay-primary blockquote,
  .ap-toolbar blockquote {
    color: #ffffff;
  }
  .uk-light .uk-heading-primary,
  .uk-section-primary:not(.uk-preserve-color) .uk-heading-primary,
  .uk-section-secondary:not(.uk-preserve-color) .uk-heading-primary,
  .uk-tile-primary:not(.uk-preserve-color) .uk-heading-primary,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-primary,
  .uk-card-primary.uk-card-body .uk-heading-primary,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-heading-primary,
  .uk-card-secondary.uk-card-body .uk-heading-primary,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-primary,
  .uk-overlay-primary .uk-heading-primary,
  .ap-toolbar .uk-heading-primary {
    color: #ffffff;
  }
  .uk-light .uk-heading-hero,
  .uk-section-primary:not(.uk-preserve-color) .uk-heading-hero,
  .uk-section-secondary:not(.uk-preserve-color) .uk-heading-hero,
  .uk-tile-primary:not(.uk-preserve-color) .uk-heading-hero,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-hero,
  .uk-card-primary.uk-card-body .uk-heading-hero,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-heading-hero,
  .uk-card-secondary.uk-card-body .uk-heading-hero,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-hero,
  .uk-overlay-primary .uk-heading-hero,
  .ap-toolbar .uk-heading-hero {
    color: #ffffff;
  }
  .uk-light .uk-icon-button,
  .uk-section-primary:not(.uk-preserve-color) .uk-icon-button,
  .uk-section-secondary:not(.uk-preserve-color) .uk-icon-button,
  .uk-tile-primary:not(.uk-preserve-color) .uk-icon-button,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button,
  .uk-card-primary.uk-card-body .uk-icon-button,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-icon-button,
  .uk-card-secondary.uk-card-body .uk-icon-button,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-button,
  .uk-overlay-primary .uk-icon-button,
  .ap-toolbar .uk-icon-button {
    background-color: #ffffff;
    background-image: none;
  }
  .uk-light .uk-radio:checked,
  .uk-light .uk-checkbox:checked,
  .uk-light .uk-checkbox:indeterminate,
  .uk-section-primary:not(.uk-preserve-color) .uk-radio:checked,
  .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked,
  .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
  .uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked,
  .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
  .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
  .uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked,
  .uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked,
  .uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
  .uk-card-primary.uk-card-body .uk-radio:checked,
  .uk-card-primary.uk-card-body .uk-checkbox:checked,
  .uk-card-primary.uk-card-body .uk-checkbox:indeterminate,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-radio:checked,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:checked,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
  .uk-card-secondary.uk-card-body .uk-radio:checked,
  .uk-card-secondary.uk-card-body .uk-checkbox:checked,
  .uk-card-secondary.uk-card-body .uk-checkbox:indeterminate,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-radio:checked,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:checked,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
  .uk-overlay-primary .uk-radio:checked,
  .uk-overlay-primary .uk-checkbox:checked,
  .uk-overlay-primary .uk-checkbox:indeterminate,
  .ap-toolbar .uk-radio:checked,
  .ap-toolbar .uk-checkbox:checked,
  .ap-toolbar .uk-checkbox:indeterminate {
    background-color: #ffffff;
    border-color: transparent;
  }
  .uk-light .uk-form-label,
  .uk-section-primary:not(.uk-preserve-color) .uk-form-label,
  .uk-section-secondary:not(.uk-preserve-color) .uk-form-label,
  .uk-tile-primary:not(.uk-preserve-color) .uk-form-label,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-form-label,
  .uk-card-primary.uk-card-body .uk-form-label,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-form-label,
  .uk-card-secondary.uk-card-body .uk-form-label,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-form-label,
  .uk-overlay-primary .uk-form-label,
  .ap-toolbar .uk-form-label {
    color: #ffffff;
  }
  .uk-light .uk-button-default,
  .uk-section-primary:not(.uk-preserve-color) .uk-button-default,
  .uk-section-secondary:not(.uk-preserve-color) .uk-button-default,
  .uk-tile-primary:not(.uk-preserve-color) .uk-button-default,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-button-default,
  .uk-card-primary.uk-card-body .uk-button-default,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-button-default,
  .uk-card-secondary.uk-card-body .uk-button-default,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default,
  .uk-overlay-primary .uk-button-default,
  .ap-toolbar .uk-button-default {
    background-color: #ffffff;
    color: #333;
    border-color: transparent;
    background-image: none;
    box-shadow: none;
  }
  .uk-light .uk-button-default:hover,
  .uk-light .uk-button-default:focus,
  .uk-section-primary:not(.uk-preserve-color) .uk-button-default:hover,
  .uk-section-primary:not(.uk-preserve-color) .uk-button-default:focus,
  .uk-section-secondary:not(.uk-preserve-color) .uk-button-default:hover,
  .uk-section-secondary:not(.uk-preserve-color) .uk-button-default:focus,
  .uk-tile-primary:not(.uk-preserve-color) .uk-button-default:hover,
  .uk-tile-primary:not(.uk-preserve-color) .uk-button-default:focus,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:hover,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:focus,
  .uk-card-primary.uk-card-body .uk-button-default:hover,
  .uk-card-primary.uk-card-body .uk-button-default:focus,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:hover,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:focus,
  .uk-card-secondary.uk-card-body .uk-button-default:hover,
  .uk-card-secondary.uk-card-body .uk-button-default:focus,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:hover,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:focus,
  .uk-overlay-primary .uk-button-default:hover,
  .uk-overlay-primary .uk-button-default:focus,
  .ap-toolbar .uk-button-default:hover,
  .ap-toolbar .uk-button-default:focus {
    background-color: #ffffff;
    color: #01489d;
    border-color: transparent;
    box-shadow: none;
  }
  .uk-light .uk-button-default:active,
  .uk-light .uk-button-default.uk-active,
  .uk-section-primary:not(.uk-preserve-color) .uk-button-default:active,
  .uk-section-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
  .uk-section-secondary:not(.uk-preserve-color) .uk-button-default:active,
  .uk-section-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
  .uk-tile-primary:not(.uk-preserve-color) .uk-button-default:active,
  .uk-tile-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:active,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
  .uk-card-primary.uk-card-body .uk-button-default:active,
  .uk-card-primary.uk-card-body .uk-button-default.uk-active,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:active,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-button-default.uk-active,
  .uk-card-secondary.uk-card-body .uk-button-default:active,
  .uk-card-secondary.uk-card-body .uk-button-default.uk-active,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:active,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default.uk-active,
  .uk-overlay-primary .uk-button-default:active,
  .uk-overlay-primary .uk-button-default.uk-active,
  .ap-toolbar .uk-button-default:active,
  .ap-toolbar .uk-button-default.uk-active {
    background-color: #01489d;
    color: #ffffff;
    border-color: transparent;
  }
  .uk-light .uk-button-primary,
  .uk-section-primary:not(.uk-preserve-color) .uk-button-primary,
  .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary,
  .uk-tile-primary:not(.uk-preserve-color) .uk-button-primary,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary,
  .uk-card-primary.uk-card-body .uk-button-primary,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary,
  .uk-card-secondary.uk-card-body .uk-button-primary,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary,
  .uk-overlay-primary .uk-button-primary,
  .ap-toolbar .uk-button-primary {
    background-color: #01489d;
    color: #ffffff;
    border-color: transparent;
    background-image: none;
    box-shadow: none;
  }
  .uk-light .uk-button-primary:hover,
  .uk-light .uk-button-primary:focus,
  .uk-section-primary:not(.uk-preserve-color) .uk-button-primary:hover,
  .uk-section-primary:not(.uk-preserve-color) .uk-button-primary:focus,
  .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
  .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
  .uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:hover,
  .uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:focus,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
  .uk-card-primary.uk-card-body .uk-button-primary:hover,
  .uk-card-primary.uk-card-body .uk-button-primary:focus,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:hover,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:focus,
  .uk-card-secondary.uk-card-body .uk-button-primary:hover,
  .uk-card-secondary.uk-card-body .uk-button-primary:focus,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:hover,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:focus,
  .uk-overlay-primary .uk-button-primary:hover,
  .uk-overlay-primary .uk-button-primary:focus,
  .ap-toolbar .uk-button-primary:hover,
  .ap-toolbar .uk-button-primary:focus {
    color: #ffffff;
    border-color: transparent;
    box-shadow: none;
  }
  .uk-light .uk-button-primary:active,
  .uk-light .uk-button-primary.uk-active,
  .uk-section-primary:not(.uk-preserve-color) .uk-button-primary:active,
  .uk-section-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
  .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:active,
  .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
  .uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:active,
  .uk-tile-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:active,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
  .uk-card-primary.uk-card-body .uk-button-primary:active,
  .uk-card-primary.uk-card-body .uk-button-primary.uk-active,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:active,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
  .uk-card-secondary.uk-card-body .uk-button-primary:active,
  .uk-card-secondary.uk-card-body .uk-button-primary.uk-active,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:active,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
  .uk-overlay-primary .uk-button-primary:active,
  .uk-overlay-primary .uk-button-primary.uk-active,
  .ap-toolbar .uk-button-primary:active,
  .ap-toolbar .uk-button-primary.uk-active {
    color: #ffffff;
    border-color: transparent;
  }
  .uk-light .uk-button-secondary,
  .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary,
  .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary,
  .uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary,
  .uk-card-primary.uk-card-body .uk-button-secondary,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary,
  .uk-card-secondary.uk-card-body .uk-button-secondary,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary,
  .uk-overlay-primary .uk-button-secondary,
  .ap-toolbar .uk-button-secondary {
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff;
    background-image: none;
    box-shadow: none;
  }
  .uk-light .uk-button-secondary:hover,
  .uk-light .uk-button-secondary:focus,
  .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
  .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
  .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
  .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
  .uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
  .uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
  .uk-card-primary.uk-card-body .uk-button-secondary:hover,
  .uk-card-primary.uk-card-body .uk-button-secondary:focus,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
  .uk-card-secondary.uk-card-body .uk-button-secondary:hover,
  .uk-card-secondary.uk-card-body .uk-button-secondary:focus,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
  .uk-overlay-primary .uk-button-secondary:hover,
  .uk-overlay-primary .uk-button-secondary:focus,
  .ap-toolbar .uk-button-secondary:hover,
  .ap-toolbar .uk-button-secondary:focus {
    background-color: transparent;
    color: #ffffff;
    box-shadow: none;
  }
  .uk-light .uk-button-secondary:active,
  .uk-light .uk-button-secondary.uk-active,
  .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:active,
  .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
  .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
  .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
  .uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:active,
  .uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
  .uk-card-primary.uk-card-body .uk-button-secondary:active,
  .uk-card-primary.uk-card-body .uk-button-secondary.uk-active,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:active,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
  .uk-card-secondary.uk-card-body .uk-button-secondary:active,
  .uk-card-secondary.uk-card-body .uk-button-secondary.uk-active,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:active,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
  .uk-overlay-primary .uk-button-secondary:active,
  .uk-overlay-primary .uk-button-secondary.uk-active,
  .ap-toolbar .uk-button-secondary:active,
  .ap-toolbar .uk-button-secondary.uk-active {
    background-color: #ffffff;
    border-color: #ffffff;
  }
  .uk-light .uk-button-text,
  .uk-section-primary:not(.uk-preserve-color) .uk-button-text,
  .uk-section-secondary:not(.uk-preserve-color) .uk-button-text,
  .uk-tile-primary:not(.uk-preserve-color) .uk-button-text,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-button-text,
  .uk-card-primary.uk-card-body .uk-button-text,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-button-text,
  .uk-card-secondary.uk-card-body .uk-button-text,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-text,
  .uk-overlay-primary .uk-button-text,
  .ap-toolbar .uk-button-text {
    color: #ffffff;
  }
  .uk-light .uk-totop:active,
  .uk-section-primary:not(.uk-preserve-color) .uk-totop:active,
  .uk-section-secondary:not(.uk-preserve-color) .uk-totop:active,
  .uk-tile-primary:not(.uk-preserve-color) .uk-totop:active,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-totop:active,
  .uk-card-primary.uk-card-body .uk-totop:active,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-totop:active,
  .uk-card-secondary.uk-card-body .uk-totop:active,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-totop:active,
  .uk-overlay-primary .uk-totop:active,
  .ap-toolbar .uk-totop:active {
    color: #ffffff;
    background-color: transparent;
  }
  .uk-light .uk-marker,
  .uk-section-primary:not(.uk-preserve-color) .uk-marker,
  .uk-section-secondary:not(.uk-preserve-color) .uk-marker,
  .uk-tile-primary:not(.uk-preserve-color) .uk-marker,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-marker,
  .uk-card-primary.uk-card-body .uk-marker,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-marker,
  .uk-card-secondary.uk-card-body .uk-marker,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-marker,
  .uk-overlay-primary .uk-marker,
  .ap-toolbar .uk-marker {
    background: #f8f8f8;
    color: #666;
  }
  .uk-light .uk-marker:hover,
  .uk-light .uk-marker:focus,
  .uk-section-primary:not(.uk-preserve-color) .uk-marker:hover,
  .uk-section-primary:not(.uk-preserve-color) .uk-marker:focus,
  .uk-section-secondary:not(.uk-preserve-color) .uk-marker:hover,
  .uk-section-secondary:not(.uk-preserve-color) .uk-marker:focus,
  .uk-tile-primary:not(.uk-preserve-color) .uk-marker:hover,
  .uk-tile-primary:not(.uk-preserve-color) .uk-marker:focus,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-marker:hover,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-marker:focus,
  .uk-card-primary.uk-card-body .uk-marker:hover,
  .uk-card-primary.uk-card-body .uk-marker:focus,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-marker:hover,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-marker:focus,
  .uk-card-secondary.uk-card-body .uk-marker:hover,
  .uk-card-secondary.uk-card-body .uk-marker:focus,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:hover,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:focus,
  .uk-overlay-primary .uk-marker:hover,
  .uk-overlay-primary .uk-marker:focus,
  .ap-toolbar .uk-marker:hover,
  .ap-toolbar .uk-marker:focus {
    color: #666;
  }
  .uk-light .uk-badge,
  .uk-section-primary:not(.uk-preserve-color) .uk-badge,
  .uk-section-secondary:not(.uk-preserve-color) .uk-badge,
  .uk-tile-primary:not(.uk-preserve-color) .uk-badge,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-badge,
  .uk-card-primary.uk-card-body .uk-badge,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-badge,
  .uk-card-secondary.uk-card-body .uk-badge,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-badge,
  .uk-overlay-primary .uk-badge,
  .ap-toolbar .uk-badge {
    background-color: #ffffff;
    color: #333;
  }
  .uk-light .uk-label,
  .uk-section-primary:not(.uk-preserve-color) .uk-label,
  .uk-section-secondary:not(.uk-preserve-color) .uk-label,
  .uk-tile-primary:not(.uk-preserve-color) .uk-label,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-label,
  .uk-card-primary.uk-card-body .uk-label,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-label,
  .uk-card-secondary.uk-card-body .uk-label,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-label,
  .uk-overlay-primary .uk-label,
  .ap-toolbar .uk-label {
    background-color: #ffffff;
  }
  .uk-light .uk-article-title,
  .uk-section-primary:not(.uk-preserve-color) .uk-article-title,
  .uk-section-secondary:not(.uk-preserve-color) .uk-article-title,
  .uk-tile-primary:not(.uk-preserve-color) .uk-article-title,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-article-title,
  .uk-card-primary.uk-card-body .uk-article-title,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-article-title,
  .uk-card-secondary.uk-card-body .uk-article-title,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-article-title,
  .uk-overlay-primary .uk-article-title,
  .ap-toolbar .uk-article-title {
    color: #ffffff;
  }
  .uk-light .uk-nav-default > li > a:hover,
  .uk-light .uk-nav-default > li > a:focus,
  .uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
  .uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
  .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
  .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
  .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
  .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
  .uk-card-primary.uk-card-body .uk-nav-default > li > a:hover,
  .uk-card-primary.uk-card-body .uk-nav-default > li > a:focus,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
  .uk-card-secondary.uk-card-body .uk-nav-default > li > a:hover,
  .uk-card-secondary.uk-card-body .uk-nav-default > li > a:focus,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
  .uk-overlay-primary .uk-nav-default > li > a:hover,
  .uk-overlay-primary .uk-nav-default > li > a:focus,
  .ap-toolbar .uk-nav-default > li > a:hover,
  .ap-toolbar .uk-nav-default > li > a:focus {
    color: rgba(197, 57, 15, 0.7);
    background-color: transparent;
  }
  .uk-light .uk-nav-default > li.uk-active > a,
  .uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
  .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
  .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
  .uk-card-primary.uk-card-body .uk-nav-default > li.uk-active > a,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
  .uk-card-secondary.uk-card-body .uk-nav-default > li.uk-active > a,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
  .uk-overlay-primary .uk-nav-default > li.uk-active > a,
  .ap-toolbar .uk-nav-default > li.uk-active > a {
    color: #ffffff;
    background-color: transparent;
  }
  .uk-light .uk-nav-default .uk-nav-header,
  .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
  .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
  .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
  .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-header,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
  .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-header,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
  .uk-overlay-primary .uk-nav-default .uk-nav-header,
  .ap-toolbar .uk-nav-default .uk-nav-header {
    color: #ffffff;
  }
  .uk-light .uk-nav-primary > li.uk-active > a,
  .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
  .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
  .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
  .uk-card-primary.uk-card-body .uk-nav-primary > li.uk-active > a,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
  .uk-card-secondary.uk-card-body .uk-nav-primary > li.uk-active > a,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
  .uk-overlay-primary .uk-nav-primary > li.uk-active > a,
  .ap-toolbar .uk-nav-primary > li.uk-active > a {
    color: #ffffff;
  }
  .uk-light .uk-nav-primary .uk-nav-header,
  .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
  .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
  .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
  .uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-header,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
  .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-header,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
  .uk-overlay-primary .uk-nav-primary .uk-nav-header,
  .ap-toolbar .uk-nav-primary .uk-nav-header {
    color: #ffffff;
  }
  .uk-light .uk-navbar-nav > li > a::before,
  .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
  .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
  .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
  .uk-card-primary.uk-card-body .uk-navbar-nav > li > a::before,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before,
  .uk-card-secondary.uk-card-body .uk-navbar-nav > li > a::before,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before,
  .uk-overlay-primary .uk-navbar-nav > li > a::before,
  .ap-toolbar .uk-navbar-nav > li > a::before {
    background-color: transparent;
  }
  .uk-light .uk-navbar-nav > li:hover > a,
  .uk-light .uk-navbar-nav > li > a:focus,
  .uk-light .uk-navbar-nav > li > a.uk-open,
  .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
  .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
  .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
  .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
  .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
  .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
  .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
  .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
  .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
  .uk-card-primary.uk-card-body .uk-navbar-nav > li:hover > a,
  .uk-card-primary.uk-card-body .uk-navbar-nav > li > a:focus,
  .uk-card-primary.uk-card-body .uk-navbar-nav > li > a.uk-open,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
  .uk-card-secondary.uk-card-body .uk-navbar-nav > li:hover > a,
  .uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:focus,
  .uk-card-secondary.uk-card-body .uk-navbar-nav > li > a.uk-open,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
  .uk-overlay-primary .uk-navbar-nav > li:hover > a,
  .uk-overlay-primary .uk-navbar-nav > li > a:focus,
  .uk-overlay-primary .uk-navbar-nav > li > a.uk-open,
  .ap-toolbar .uk-navbar-nav > li:hover > a,
  .ap-toolbar .uk-navbar-nav > li > a:focus,
  .ap-toolbar .uk-navbar-nav > li > a.uk-open {
    color: #ffffff;
  }
  .uk-light .uk-navbar-nav > li.uk-active > a,
  .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
  .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
  .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
  .uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
  .uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
  .uk-overlay-primary .uk-navbar-nav > li.uk-active > a,
  .ap-toolbar .uk-navbar-nav > li.uk-active > a {
    color: #ffffff;
  }
  .uk-light .uk-navbar-nav > li.uk-active > a::before,
  .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
  .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
  .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
  .uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a::before,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before,
  .uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a::before,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before,
  .uk-overlay-primary .uk-navbar-nav > li.uk-active > a::before,
  .ap-toolbar .uk-navbar-nav > li.uk-active > a::before {
    background-color: #01489d;
  }
  .uk-light .uk-navbar-toggle,
  .uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle,
  .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
  .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
  .uk-card-primary.uk-card-body .uk-navbar-toggle,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle,
  .uk-card-secondary.uk-card-body .uk-navbar-toggle,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle,
  .uk-overlay-primary .uk-navbar-toggle,
  .ap-toolbar .uk-navbar-toggle {
    color: #ffffff;
  }
  .uk-light .uk-subnav > .uk-active > a,
  .uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
  .uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
  .uk-tile-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
  .uk-card-primary.uk-card-body .uk-subnav > .uk-active > a,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
  .uk-card-secondary.uk-card-body .uk-subnav > .uk-active > a,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
  .uk-overlay-primary .uk-subnav > .uk-active > a,
  .ap-toolbar .uk-subnav > .uk-active > a {
    color: #ffffff;
  }
  .uk-light .uk-subnav-pill > .uk-active > a,
  .uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
  .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
  .uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
  .uk-card-primary.uk-card-body .uk-subnav-pill > .uk-active > a,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
  .uk-card-secondary.uk-card-body .uk-subnav-pill > .uk-active > a,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
  .uk-overlay-primary .uk-subnav-pill > .uk-active > a,
  .ap-toolbar .uk-subnav-pill > .uk-active > a {
    background-color: #ffffff;
    box-shadow: none;
  }
  .uk-light .uk-tab > .uk-active > a,
  .uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
  .uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
  .uk-tile-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
  .uk-card-primary.uk-card-body .uk-tab > .uk-active > a,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
  .uk-card-secondary.uk-card-body .uk-tab > .uk-active > a,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
  .uk-overlay-primary .uk-tab > .uk-active > a,
  .ap-toolbar .uk-tab > .uk-active > a {
    color: #ffffff;
    border-color: #ffffff;
  }
  .uk-light .uk-dotnav > .uk-active > *,
  .uk-section-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
  .uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
  .uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
  .uk-card-primary.uk-card-body .uk-dotnav > .uk-active > *,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
  .uk-card-secondary.uk-card-body .uk-dotnav > .uk-active > *,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
  .uk-overlay-primary .uk-dotnav > .uk-active > *,
  .ap-toolbar .uk-dotnav > .uk-active > * {
    background-color: #ffffff;
    border-color: transparent;
  }
  .uk-light .uk-countdown-number,
  .uk-light .uk-countdown-separator,
  .uk-section-primary:not(.uk-preserve-color) .uk-countdown-number,
  .uk-section-primary:not(.uk-preserve-color) .uk-countdown-separator,
  .uk-section-secondary:not(.uk-preserve-color) .uk-countdown-number,
  .uk-section-secondary:not(.uk-preserve-color) .uk-countdown-separator,
  .uk-tile-primary:not(.uk-preserve-color) .uk-countdown-number,
  .uk-tile-primary:not(.uk-preserve-color) .uk-countdown-separator,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-number,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-separator,
  .uk-card-primary.uk-card-body .uk-countdown-number,
  .uk-card-primary.uk-card-body .uk-countdown-separator,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-number,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-separator,
  .uk-card-secondary.uk-card-body .uk-countdown-number,
  .uk-card-secondary.uk-card-body .uk-countdown-separator,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-number,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-separator,
  .uk-overlay-primary .uk-countdown-number,
  .uk-overlay-primary .uk-countdown-separator,
  .ap-toolbar .uk-countdown-number,
  .ap-toolbar .uk-countdown-separator {
    color: #ffffff;
  }
  .uk-light .uk-countdown-label,
  .uk-section-primary:not(.uk-preserve-color) .uk-countdown-label,
  .uk-section-secondary:not(.uk-preserve-color) .uk-countdown-label,
  .uk-tile-primary:not(.uk-preserve-color) .uk-countdown-label,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-label,
  .uk-card-primary.uk-card-body .uk-countdown-label,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-label,
  .uk-card-secondary.uk-card-body .uk-countdown-label,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-label,
  .uk-overlay-primary .uk-countdown-label,
  .ap-toolbar .uk-countdown-label {
    color: #ffffff;
  }
  .uk-light .uk-text-lead,
  .uk-section-primary:not(.uk-preserve-color) .uk-text-lead,
  .uk-section-secondary:not(.uk-preserve-color) .uk-text-lead,
  .uk-tile-primary:not(.uk-preserve-color) .uk-text-lead,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-text-lead,
  .uk-card-primary.uk-card-body .uk-text-lead,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-text-lead,
  .uk-card-secondary.uk-card-body .uk-text-lead,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-text-lead,
  .uk-overlay-primary .uk-text-lead,
  .ap-toolbar .uk-text-lead {
    color: #ffffff;
  }
  /* Header
     ========================================================================== */
  /*
     * Header
     */
  /*
     * Headerbars
     */
  .ap-headerbar-top {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #ffffff;
  }
  .ap-headerbar-bottom {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #ffffff;
  }
  .ap-header .uk-navbar-nav .menu-item a {
    position: relative;
  }
  .ap-header .uk-navbar-nav .menu-item a:hover,
  .ap-header .uk-navbar-nav .uk-active a {
    font-weight: bolder;
  }
  .ap-header .uk-navbar-nav .menu-item a:hover::before,
  .ap-header .uk-navbar-nav .uk-active a::before {
    right: 15px;
    display: block;
  }
  .ap-header-transparent {
    position: absolute;
    z-index: 980;
    left: 0;
    right: 0;
  }
  .ap-header-transparent .uk-navbar-nav .menu-item a {
    position: relative;
    color: #fff;
  }
  .ap-header-transparent .uk-navbar-nav .menu-item a:hover::before,
  .ap-header-transparent .uk-navbar-nav .uk-active a::before {
    background-color: #fff;
  }
  .uk-navbar-transparent {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 80px;
    z-index: 100;
    transition: background-color 0.3s ease-in;
  }
  .uk-navbar-transparent.uk-sticky-below {
    z-index: 1000;
  }
  .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li.uk-active > a,
  .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a:hover {
    color: #292929;
  }
  .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a {
    color: #4f5260;
  }
  .uk-section-secondary .uk-navbar-transparent.uk-sticky-below,
  .uk-section-secondary .uk-navbar-container:not(.uk-navbar-transparent) {
    background: rgba(1, 160, 233, 0.94);
  }
  .uk-section-secondary .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a,
  .uk-section-secondary .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a:hover {
    color: #fff;
  }
  .uk-section-primary .uk-navbar-container.uk-navbar-sticky {
    background-color: #01489d;
  }
  .uk-section-muted .uk-navbar-container.uk-navbar-sticky {
    background-color: #f8f8f8;
  }
  .uk-section-primary .uk-navbar-container.uk-navbar-sticky {
    background-color: #01489d;
  }
  .uk-navbar-container:not(.uk-navbar-transparent) {
    background: transparent;
  }
  .uk-navbar-sticky {
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.07);
  }
  .uk-navbar-nav > li > a::before {
    content: '';
    display: none;
    position: absolute;
    bottom: 24px;
    height: 1px;
    background-color: #00a0de;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    -webkit-transition-property: background-color, border-color, box-shadow, height, right;
    transition-property: background-color, border-color, box-shadow, height, right;
    left: 15px;
    right: calc(77%);
  }
  .category .uk-pagination li.uk-active,
  .ap-pagination li.uk-active,
  .dynamic-pagination li.uk-active,
  .category .uk-pagination li.active,
  .ap-pagination li.active,
  .dynamic-pagination li.active {
    background-color: #01489d;
    border-color: #01489d;
  }
  .category .uk-pagination li:hover,
  .ap-pagination li:hover,
  .dynamic-pagination li:hover {
    border-color: #01489d;
  }
  /* ========================================================================
     Component: Padding
   ========================================================================== */
  /* mobile */
  @media (max-width: 640px) {
    .uk-padding {
      padding: 14px;
    }
    .uk-padding-small {
      padding: 12px 15px 8px;
    }
    * + .uk-margin-medium {
      margin-top: 12px !important;
    }
    .uk-margin-medium {
      margin-bottom: 16px;
    }
    .uk-button {
      padding: 0 12px;
      line-height: 30px;
    }
    .uk-card-default .uk-card-title,
    .uk-card-title {
      font-size: 1rem;
    }
    .uk-card-body {
      padding: 10px;
    }
    .uk-tile-large {
      padding-top: 30px;
      padding-bottom: 30px;
    }
    .uk-heading-primary,
    .uk-heading-hero,
    .uk-h1,
    h1 {
      font-size: 1.75rem;
    }
    .uk-h2,
    h2 {
      font-size: 1.25rem;
    }
    .uk-h3,
    h3 {
      font-size: 1.125rem;
    }
    .uk-h4,
    h4 {
      font-size: .875rem;
    }
    .uk-h5,
    h5,
    .uk-h6,
    h6 {
      font-size: .75rem;
    }
    .uk-margin {
      margin-bottom: 14px;
    }
    * + .uk-margin {
      margin-top: 14px!important;
    }
    .uk-grid {
      margin-left: -6px;
    }
    .uk-grid > * {
      padding-left: 6px;
    }
    * + .uk-grid-margin,
    .uk-grid + .uk-grid,
    .uk-grid > .uk-grid-margin {
      margin-top: 12px;
    }
    .uk-grid + .uk-grid-collapse,
    .uk-grid-collapse > .uk-grid-margin {
      margin-top: 0;
    }
    .uk-grid-collapse > * {
      padding-left: 0;
    }
    .uk-grid-collapse {
      margin-left: 0;
    }
    .uk-card-small .uk-card-body,
    .uk-card-small.uk-card-body {
      padding: 6px;
    }
    .uk-section {
      padding-top: 16px;
      padding-bottom: 16px;
    }
    .uk-section-xsmall {
      padding-top: 6px;
      padding-bottom: 6px;
    }
    .uk-section-small {
      padding-top: 12px;
      padding-bottom: 12px;
    }
    .uk-margin-large-top {
      margin-top: 26px !important;
    }
    .uk-margin-large {
      margin-bottom: 26px;
    }
    .ap-pagination li,
    .dynamic-pagination li {
      height: 24px;
    }
    .dynamic-pagination li a {
      padding: 0 2px;
      line-height: 24px;
      min-width: 24px;
      font-size: 12px;
    }
  }
  .preview .uk-section-secondary .uk-button-primary:hover {
    background-color: #01316a;
  }
  .ap-list-filter dd a.active {
    background-color: #01489d;
    color: #fff;
    border-radius: 2px;
  }
  .ap-filter-dropdown .filter-item-wrap.open,
  .ap-filter-dropdown .filter-item.active {
    color: #01489d;
  }
  .category li a.active {
    color: #01489d;
  }
  .uk-lightbox-items > * > video {
    width: 80%;
  }
  /* 兼容uk-heading-primary */
  @media (min-width: 1200px) {
    .uk-heading-primary {
      font-size: 3.75rem;
      line-height: 1.1;
    }
  }
  .uk-list ul {
    padding-left: 10px;
  }
  .onepage-pagination li a.active:before {
    background: #01489d;
  }
  .fr-text-bordered {
    padding-top: 6px;
    padding-bottom: 6px;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
  }
  .fr-text-uppercase {
    text-transform: uppercase;
  }
  .param-field .param-tag {
    color: #01489d;
    border: 1px solid rgba(1, 72, 157, 0.2);
  }
  form .step .step-bg-progress,
  form .add-file .file-btn,
  form .step-btns a,
  form .step .ui-step.active .ui-step-num {
    background: #01489d;
  }
  form .step .ui-step.active .ui-step-title {
    color: #01489d;
  }
  /**************** 自定义版块样式 ********************/
  .btn-effect-1 {
    border-color: #01489d;
    background-color: #01489d;
    color: #fff;
  }
  .header-effect-6 [data-item='title']::before {
    background-color: #01489d;
  }
  .header-effect-7 [data-item='subTitle'] {
    display: inline-block;
    padding: 2px 8px;
    font-size: 12px;
    background-color: #01489d;
    color: #fff !important;
  }
  .btn-effect-2 {
    background-color: transparent;
    border: 1px solid #01489d;
    color: #01489d;
  }
  .btn-effect-2:hover {
    background-color: #01489d;
  }
  .uk-button.btn-effect-5 {
    background-color: #01489d;
    box-shadow: 0 0 15px rgba(1, 72, 157, 0.8);
  }
  .header-effect-3 [data-item='title']::after {
    background: #01489d;
  }
  .header-effect-6 [data-item='title']::before {
    background-color: #01489d;
  }
  #a2b92adf1ca0ae0 .ap-content-container {
    height: 100%;
    min-height: 40px;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile-container {
    color: #fff;
    z-index: 70000;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-wrapper {
    z-index: 9999;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon > svg,
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon img {
    fill: #333333;
    min-width: 20px;
  }
  #ad13ca6d7dac7b9 .uk-navbar-toggle {
    min-height: 50px;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container {
    background-color: #01489d;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left,
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right {
    width: 70%;
  }
  @media (min-width: 960px) {
    #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left,
    #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right {
      width: 25%;
    }
  }
  #ad13ca6d7dac7b9 .ap-nav-navbar-wrapper-children.expand {
    display: block;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .toggle-btn {
    color: #ffffff;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: inherit;
    color: #ffffff;
    background-color: #01489d;
    background-color: transparent;
    display: block;
    margin-right: 60px;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a .nav-icon svg {
    color: currentColor;
    fill: currentColor;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a:hover {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: inherit;
    color: #ffffff;
    background-color: #01489d;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a:active {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: inherit;
    color: #ffffff;
    background-color: #01489d;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item {
    position: relative;
  }
  #a64cfa1ba3a5daa .ap-category-filter ul li.active {
    border-color: #01489d;
    color: #01489d;
  }
  #a64cfa1ba3a5daa .grid-list .product-item {
    overflow: hidden;
  }
  #a64cfa1ba3a5daa .grid-list .product-preview .img {
    display: block;
  }
  #a64cfa1ba3a5daa .grid-list .tags {
    position: absolute;
    left: 8px;
    top: 8px;
  }
  #a64cfa1ba3a5daa .grid-list .tags .tag {
    font-size: 12px;
    line-height: 1;
    color: #ffffff;
    font-weight: 500;
    padding: 3px 4px 1px;
    border-radius: 2px;
    background-color: #F8353E;
    margin-right: 4px;
    float: left;
  }
  #a64cfa1ba3a5daa .grid-list .product-info {
    min-height: 110px;
  }
  #a64cfa1ba3a5daa .grid-list .product-info-inner {
    padding: 16px 10px;
    transition: margin 0.3s ease 0s;
    position: absolute;
    width: 100%;
    background: #fff;
  }
  #a64cfa1ba3a5daa .grid-list .product-item:hover .product-info-inner {
    margin-top: -49px;
  }
  #a64cfa1ba3a5daa .grid-list .product-item:hover .product-buttons {
    opacity: 1;
  }
  #a64cfa1ba3a5daa .grid-list .category-name {
    font-size: 12px;
  }
  #a64cfa1ba3a5daa .grid-list .category-name a {
    color: #777;
  }
  #a64cfa1ba3a5daa .grid-list .title,
  #a64cfa1ba3a5daa .grid-list .subTitle {
    font-weight: 500;
    font-size: 14px;
    color: #191919;
    line-height: 1.5;
  }
  #a64cfa1ba3a5daa .grid-list .title a,
  #a64cfa1ba3a5daa .grid-list .subTitle a {
    color: #191919;
  }
  #a64cfa1ba3a5daa .grid-list .product-buttons {
    margin-top: 10px;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  #a64cfa1ba3a5daa .grid-list .product-btn {
    border-radius: 4px;
    padding: 6px 15px;
    font-size: 14px;
    color: #fff;
    line-height: 1;
  }
  #a64cfa1ba3a5daa .grid-list .ap-icon svg {
    height: 1em;
    fill: currentColor;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  #a64cfa1ba3a5daa .grid-list .product-preview {
    border-radius: 5px;
    overflow: hidden;
  }
  #a64cfa1ba3a5daa .grid-list .product-info .abstract {
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    font-family: inherit;
    color: #999999;
  }
  #a64cfa1ba3a5daa .grid-list .title a {
    display: block;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    font-family: inherit;
    color: #333333;
    line-height: 20px;
  }
  #a64cfa1ba3a5daa .grid-list .product:hover {
    background-color: auto;
  }
  #a64cfa1ba3a5daa .grid-list .product:hover .title a {
    color: #444;
  }
  #a64cfa1ba3a5daa .grid-list .product:hover .subTitle {
    color: auto;
  }
  #a64cfa1ba3a5daa .grid-list .product:hover .category {
    color: auto;
  }
  #a64cfa1ba3a5daa .grid-list .product:hover .abstract {
    color: auto;
  }
  #a64cfa1ba3a5daa .grid-list .product:hover .product-btn {
    color: auto;
  }
  @media (max-width: 640px) {
    #a64cfa1ba3a5daa .grid-list .product-info {
      min-height: 0;
    }
    #a64cfa1ba3a5daa .grid-list .product-info-inner {
      padding: 10px;
      position: relative;
    }
    #a64cfa1ba3a5daa .grid-list .product-buttons {
      display: none;
    }
  }
  #af75ea3dfaa4e9e .ap-header-mobile-container {
    color: #fff;
    z-index: 70000;
  }
  #af75ea3dfaa4e9e .ap-nav-mobile-wrapper {
    z-index: 9999;
  }
  #af75ea3dfaa4e9e .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon > svg,
  #af75ea3dfaa4e9e .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon img {
    fill: #333333;
    min-width: 20px;
  }
  #af75ea3dfaa4e9e .uk-navbar-toggle {
    min-height: 50px;
  }
  #af75ea3dfaa4e9e .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container {
    background-color: #01489d;
  }
  #af75ea3dfaa4e9e .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left,
  #af75ea3dfaa4e9e .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right {
    width: 70%;
  }
  @media (min-width: 960px) {
    #af75ea3dfaa4e9e .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left,
    #af75ea3dfaa4e9e .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right {
      width: 25%;
    }
  }
  #af75ea3dfaa4e9e .ap-nav-navbar-wrapper-children.expand {
    display: block;
  }
  #af75ea3dfaa4e9e .ap-header-mobile .toggle-btn {
    color: #ffffff;
  }
  #af75ea3dfaa4e9e .ap-nav-mobile-container-item-list a {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: inherit;
    color: #ffffff;
    background-color: #01489d;
    background-color: transparent;
    display: block;
    margin-right: 60px;
  }
  #af75ea3dfaa4e9e .ap-nav-mobile-container-item-list a .nav-icon svg {
    color: currentColor;
    fill: currentColor;
  }
  #af75ea3dfaa4e9e .ap-nav-mobile-container-item-list a:hover {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: inherit;
    color: #ffffff;
    background-color: #01489d;
  }
  #af75ea3dfaa4e9e .ap-nav-mobile-container-item-list a:active {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: inherit;
    color: #ffffff;
    background-color: #01489d;
  }
  #af75ea3dfaa4e9e .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item {
    position: relative;
  }
  #a4c6baaf19a524c [data-item*=".abstract"], #a4c6baaf19a524c [data-item*=".abstract"] a {show: true;}#a4c6baaf19a524c [data-item*=".subTitle"], #a4c6baaf19a524c [data-item*=".subTitle"] a {show: true;}#a4c6baaf19a524c [data-item*=".category"], #a4c6baaf19a524c [data-item*=".category"] a {show: true;}#a6314ad886a64c4 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f25a67e0a7d30 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b92adf1ca0ae0 .ap-content-container {
    height: 100%;
    min-height: 40px;
  }
  #a3626ae14aa8de0 .sidebar {
    width: 300px;
    margin-left: 20px;
  }
  #a3626ae14aa8de0 .sidebar.left {
    margin-left: 0;
    margin-right: 20px;
  }
  #a3626ae14aa8de0 .abstract {
    white-space: pre-wrap;
  }
  @media (max-width: 640px) {
    #a3626ae14aa8de0 .sidebar {
      width: 100%;
      margin: 0 0 15px;
    }
    #a3626ae14aa8de0 .uk-container {
      padding: 0;
    }
    #a3626ae14aa8de0 .sidebar {
      padding: 10px;
    }
  }
  #a3626ae14aa8de0 .search-form {
    position: relative;
    overflow: hidden;
    background: #fff;
    display: block;
  }
  #a3626ae14aa8de0 .search-form .search-input {
    width: 100%;
    height: 34px;
    padding: 5px 52px 5px 10px;
    font-size: 14px;
    color: #333;
    border: 1px solid #efefef;
  }
  #a3626ae14aa8de0 .search-form .submit {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    width: 42px;
    height: 34px;
    padding: 0;
    font-family: FontAwesome;
    content: '\f13d';
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    background-color: #01489d;
    cursor: pointer;
  }
  #a3626ae14aa8de0 .content-tags a {
    display: inline-block;
    margin: 0 10px 5px 0;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 1.2;
    color: #666;
    border: 1px solid #999;
    border-radius: 3px;
    transition: all .3s ease;
  }
  #a3626ae14aa8de0 .content-tags a:hover {
    background: #01489d;
    color: #fff;
    border-color: #01489d;
  }
  #a3626ae14aa8de0 .abstract,
  #a3626ae14aa8de0 .copyright {
    margin: 15px 0;
    font-size: 14px;
    line-height: 1.6;
    color: #999;
    border: 1px solid #efefef;
    background: #fbfbfb;
    border-radius: 3px;
  }
  #a3626ae14aa8de0 .copyright a {
    color: #999;
    word-break: break-all;
  }
  #a3626ae14aa8de0 .detail-content {
    font-size: 16px;
    color: #444;
  }
  #a3626ae14aa8de0 .detail-content img {
    margin-bottom: 10px;
  }
  #a3626ae14aa8de0 .detail-content table {
    font-size: 13px;
  }
  #a3626ae14aa8de0 .phone {
    display: block;
    font-size: 24px;
    font-weight: bold;
  }
  #a3626ae14aa8de0 .hot-list,
  #a3626ae14aa8de0 .new-list {
    padding: 12px;
  }
  #a3626ae14aa8de0 .new-list a:hover,
  #a3626ae14aa8de0 .hot-list a:hover {
    color: #01489d;
  }
  #a3626ae14aa8de0 .hot-item .thumb {
    display: inline-block;
    width: 100px;
    overflow: hidden;
    margin-right: 10px;
    border-radius: 2px;
    flex-shrink: 0;
  }
  #a3626ae14aa8de0 .hot-item:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    transition: all 0.3s ease-out 0s;
  }
  #a3626ae14aa8de0 .hot-item:hover a {
    color: #01489d;
  }
  #a3626ae14aa8de0 .panel-title {
    position: relative;
    padding-left: 10px;
    margin: 0 0 16px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
  }
  #a3626ae14aa8de0 .panel-title::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 16px;
    border-radius: 3px;
    background: #01489d;
    content: "";
  }
  #a3626ae14aa8de0 .content-header {
    padding-bottom: 10px;
  }
  #a3626ae14aa8de0 .item-title {
    color: #333;
  }
  #a3626ae14aa8de0 input::placeholder {
    color: #999;
  }
  #a3626ae14aa8de0 .datetime {
    color: #999;
  }
  #a3626ae14aa8de0 .new-item a {
    padding-left: 25px;
  }
  #a3626ae14aa8de0 .new-item span {
    background-color: #f0f0f0;
    display: inline-block;
    font-size: 13px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    color: #999;
    text-align: center;
    position: absolute;
    left: 0;
    top: 3px;
  }
  #a3626ae14aa8de0 .siblings a {
    color: #444;
    line-height: 2;
  }
  #a3626ae14aa8de0 .siblings a:hover {
    color: #01489d;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile-container {
    color: #fff;
    z-index: 70000;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-wrapper {
    z-index: 9999;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon > svg,
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon img {
    fill: #333333;
    min-width: 20px;
  }
  #ad13ca6d7dac7b9 .uk-navbar-toggle {
    min-height: 50px;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container {
    background-color: #01489d;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left,
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right {
    width: 70%;
  }
  @media (min-width: 960px) {
    #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left,
    #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right {
      width: 25%;
    }
  }
  #ad13ca6d7dac7b9 .ap-nav-navbar-wrapper-children.expand {
    display: block;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .toggle-btn {
    color: #ffffff;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: inherit;
    color: #ffffff;
    background-color: #01489d;
    background-color: transparent;
    display: block;
    margin-right: 60px;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a .nav-icon svg {
    color: currentColor;
    fill: currentColor;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a:hover {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: inherit;
    color: #ffffff;
    background-color: #01489d;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a:active {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: inherit;
    color: #ffffff;
    background-color: #01489d;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item {
    position: relative;
  }
  #a6314ad886a64c4 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f25a67e0a7d30 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b92adf1ca0ae0 .ap-content-container {
    height: 100%;
    min-height: 40px;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile-container {
    color: #fff;
    z-index: 70000;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-wrapper {
    z-index: 9999;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon > svg,
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon img {
    fill: #333333;
    min-width: 20px;
  }
  #ad13ca6d7dac7b9 .uk-navbar-toggle {
    min-height: 50px;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container {
    background-color: #01489d;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left,
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right {
    width: 70%;
  }
  @media (min-width: 960px) {
    #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left,
    #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right {
      width: 25%;
    }
  }
  #ad13ca6d7dac7b9 .ap-nav-navbar-wrapper-children.expand {
    display: block;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .toggle-btn {
    color: #ffffff;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: inherit;
    color: #ffffff;
    background-color: #01489d;
    background-color: transparent;
    display: block;
    margin-right: 60px;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a .nav-icon svg {
    color: currentColor;
    fill: currentColor;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a:hover {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: inherit;
    color: #ffffff;
    background-color: #01489d;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a:active {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: inherit;
    color: #ffffff;
    background-color: #01489d;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item {
    position: relative;
  }
  #a9a2ea5180afc7c .ap-category-filter ul li.active {
    border-color: #01489d;
    color: #01489d;
  }
  #a9a2ea5180afc7c .uk-grid {
    margin-left: -20px;
  }
  #a9a2ea5180afc7c .uk-grid > * {
    padding-left: 20px;
  }
  #a9a2ea5180afc7c .uk-grid > .uk-grid-margin {
    margin-top: 15px;
  }
  #a9a2ea5180afc7c .uk-card {
    background-color: #f8f8fc;
    transition: all .3s ease;
  }
  #a9a2ea5180afc7c .uk-card-media-top {
    overflow: hidden;
  }
  #a9a2ea5180afc7c .uk-card-media-top .img {
    transition: all .3s ease;
  }
  #a9a2ea5180afc7c .info {
    flex: 1;
    overflow: hidden;
    min-width: 1px;
    width: 0;
  }
  #a9a2ea5180afc7c .datetime {
    padding: 4px;
    margin-right: 6px;
    flex-shrink: 0;
    font-size: 12px;
    color: #333333;
    font-family: Arial;
  }
  #a9a2ea5180afc7c .datetime b {
    font-size: 24px;
    font-weight: bolder;
    display: block;
  }
  #a9a2ea5180afc7c .uk-card-body {
    padding: 15px 10px 8px;
  }
  #a9a2ea5180afc7c hr {
    border-top-color: #e6e6e6;
    margin: 0 0 10px;
  }
  #a9a2ea5180afc7c .uk-button {
    border: 1px solid #ececec;
  }
  #a9a2ea5180afc7c .uk-card .title {
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    font-family: inherit;
    color: #333333;
  }
  #a9a2ea5180afc7c .uk-card .abstract {
    margin: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    font-family: inherit;
    color: #888888;
    line-height: 20px;
  }
  #a9a2ea5180afc7c .uk-card:hover {
    background-color: #01489d;
  }
  #a9a2ea5180afc7c .uk-card:hover .title {
    color: #fff;
  }
  #a9a2ea5180afc7c .uk-card:hover hr {
    border-top-color: #015fd0;
  }
  #a9a2ea5180afc7c .uk-card:hover .img {
    transform: scale(1.2);
  }
  #a9a2ea5180afc7c .uk-card:hover .abstract {
    color: #fff;
  }
  #a9a2ea5180afc7c .uk-card:hover .datetime {
    color: #ffffff;
  }
  #a9a2ea5180afc7c .uk-card:hover .category {
    color: #d3b267;
  }
  #a9a2ea5180afc7c .uk-card:hover .uk-button {
    color: #fff;
    background-color: #d3b267;
    border-color: #d3b267;
  }
  #a6314ad886a64c4 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f25a67e0a7d30 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b92adf1ca0ae0 .ap-content-container {
    height: 100%;
    min-height: 40px;
  }
  #a8c41aaea0a81f5 .sidebar {
    width: 300px;
    margin-left: 20px;
  }
  #a8c41aaea0a81f5 .sidebar.left {
    margin-left: 0;
    margin-right: 20px;
  }
  #a8c41aaea0a81f5 .abstract {
    white-space: pre-wrap;
  }
  @media (max-width: 640px) {
    #a8c41aaea0a81f5 .sidebar {
      width: 100%;
      margin: 0 0 15px;
    }
    #a8c41aaea0a81f5 .uk-container {
      padding: 0;
    }
    #a8c41aaea0a81f5 .sidebar {
      padding: 10px;
    }
  }
  #a8c41aaea0a81f5 .search-form {
    position: relative;
    overflow: hidden;
    background: #fff;
    display: block;
  }
  #a8c41aaea0a81f5 .search-form .search-input {
    width: 100%;
    height: 34px;
    padding: 5px 52px 5px 10px;
    font-size: 14px;
    color: #333;
    border: 1px solid #efefef;
  }
  #a8c41aaea0a81f5 .search-form .submit {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    width: 42px;
    height: 34px;
    padding: 0;
    font-family: FontAwesome;
    content: '\f13d';
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    background-color: #01489d;
    cursor: pointer;
  }
  #a8c41aaea0a81f5 .content-tags a {
    display: inline-block;
    margin: 0 10px 5px 0;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 1.2;
    color: #666;
    border: 1px solid #999;
    border-radius: 3px;
    transition: all .3s ease;
  }
  #a8c41aaea0a81f5 .content-tags a:hover {
    background: #01489d;
    color: #fff;
    border-color: #01489d;
  }
  #a8c41aaea0a81f5 .abstract,
  #a8c41aaea0a81f5 .copyright {
    margin: 15px 0;
    font-size: 14px;
    line-height: 1.6;
    color: #999;
    border: 1px solid #efefef;
    background: #fbfbfb;
    border-radius: 3px;
  }
  #a8c41aaea0a81f5 .copyright a {
    color: #999;
    word-break: break-all;
  }
  #a8c41aaea0a81f5 .detail-content {
    font-size: 16px;
    color: #444;
  }
  #a8c41aaea0a81f5 .detail-content img {
    margin-bottom: 10px;
  }
  #a8c41aaea0a81f5 .detail-content table {
    font-size: 13px;
  }
  #a8c41aaea0a81f5 .phone {
    display: block;
    font-size: 24px;
    font-weight: bold;
  }
  #a8c41aaea0a81f5 .hot-list,
  #a8c41aaea0a81f5 .new-list {
    padding: 12px;
  }
  #a8c41aaea0a81f5 .new-list a:hover,
  #a8c41aaea0a81f5 .hot-list a:hover {
    color: #01489d;
  }
  #a8c41aaea0a81f5 .hot-item .thumb {
    display: inline-block;
    width: 100px;
    overflow: hidden;
    margin-right: 10px;
    border-radius: 2px;
    flex-shrink: 0;
  }
  #a8c41aaea0a81f5 .hot-item:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    transition: all 0.3s ease-out 0s;
  }
  #a8c41aaea0a81f5 .hot-item:hover a {
    color: #01489d;
  }
  #a8c41aaea0a81f5 .panel-title {
    position: relative;
    padding-left: 10px;
    margin: 0 0 16px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
  }
  #a8c41aaea0a81f5 .panel-title::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 16px;
    border-radius: 3px;
    background: #01489d;
    content: "";
  }
  #a8c41aaea0a81f5 .content-header {
    padding-bottom: 10px;
  }
  #a8c41aaea0a81f5 .item-title {
    color: #333;
  }
  #a8c41aaea0a81f5 input::placeholder {
    color: #999;
  }
  #a8c41aaea0a81f5 .datetime {
    color: #999;
  }
  #a8c41aaea0a81f5 .new-item a {
    padding-left: 25px;
  }
  #a8c41aaea0a81f5 .new-item span {
    background-color: #f0f0f0;
    display: inline-block;
    font-size: 13px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    color: #999;
    text-align: center;
    position: absolute;
    left: 0;
    top: 3px;
  }
  #a8c41aaea0a81f5 .siblings a {
    color: #444;
    line-height: 2;
  }
  #a8c41aaea0a81f5 .siblings a:hover {
    color: #01489d;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile-container {
    color: #fff;
    z-index: 70000;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-wrapper {
    z-index: 9999;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon > svg,
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon img {
    fill: #333333;
    min-width: 20px;
  }
  #ad13ca6d7dac7b9 .uk-navbar-toggle {
    min-height: 50px;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container {
    background-color: #01489d;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left,
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right {
    width: 70%;
  }
  @media (min-width: 960px) {
    #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left,
    #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right {
      width: 25%;
    }
  }
  #ad13ca6d7dac7b9 .ap-nav-navbar-wrapper-children.expand {
    display: block;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .toggle-btn {
    color: #ffffff;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: inherit;
    color: #ffffff;
    background-color: #01489d;
    background-color: transparent;
    display: block;
    margin-right: 60px;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a .nav-icon svg {
    color: currentColor;
    fill: currentColor;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a:hover {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: inherit;
    color: #ffffff;
    background-color: #01489d;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a:active {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: inherit;
    color: #ffffff;
    background-color: #01489d;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item {
    position: relative;
  }
  #a6314ad886a64c4 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f25a67e0a7d30 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b92adf1ca0ae0 .ap-content-container {
    height: 100%;
    min-height: 40px;
  }
  #aad15ae811adf4d .sidebar {
    width: 300px;
    margin-left: 20px;
  }
  #aad15ae811adf4d .sidebar.left {
    margin-left: 0;
    margin-right: 20px;
  }
  #aad15ae811adf4d .abstract {
    white-space: pre-wrap;
  }
  @media (max-width: 640px) {
    #aad15ae811adf4d .sidebar {
      width: 100%;
      margin: 0 0 15px;
    }
    #aad15ae811adf4d .uk-container {
      padding: 0;
    }
    #aad15ae811adf4d .sidebar {
      padding: 10px;
    }
  }
  #aad15ae811adf4d .search-form {
    position: relative;
    overflow: hidden;
    background: #fff;
    display: block;
  }
  #aad15ae811adf4d .search-form .search-input {
    width: 100%;
    height: 34px;
    padding: 5px 52px 5px 10px;
    font-size: 14px;
    color: #333;
    border: 1px solid #efefef;
  }
  #aad15ae811adf4d .search-form .submit {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    width: 42px;
    height: 34px;
    padding: 0;
    font-family: FontAwesome;
    content: '\f13d';
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    background-color: #01489d;
    cursor: pointer;
  }
  #aad15ae811adf4d .content-tags a {
    display: inline-block;
    margin: 0 10px 5px 0;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 1.2;
    color: #666;
    border: 1px solid #999;
    border-radius: 3px;
    transition: all .3s ease;
  }
  #aad15ae811adf4d .content-tags a:hover {
    background: #01489d;
    color: #fff;
    border-color: #01489d;
  }
  #aad15ae811adf4d .abstract,
  #aad15ae811adf4d .copyright {
    margin: 15px 0;
    font-size: 14px;
    line-height: 1.6;
    color: #999;
    border: 1px solid #efefef;
    background: #fbfbfb;
    border-radius: 3px;
  }
  #aad15ae811adf4d .copyright a {
    color: #999;
    word-break: break-all;
  }
  #aad15ae811adf4d .detail-content {
    font-size: 16px;
    color: #444;
  }
  #aad15ae811adf4d .detail-content img {
    margin-bottom: 10px;
  }
  #aad15ae811adf4d .detail-content table {
    font-size: 13px;
  }
  #aad15ae811adf4d .phone {
    display: block;
    font-size: 24px;
    font-weight: bold;
  }
  #aad15ae811adf4d .hot-list,
  #aad15ae811adf4d .new-list {
    padding: 12px;
  }
  #aad15ae811adf4d .new-list a:hover,
  #aad15ae811adf4d .hot-list a:hover {
    color: #01489d;
  }
  #aad15ae811adf4d .hot-item .thumb {
    display: inline-block;
    width: 100px;
    overflow: hidden;
    margin-right: 10px;
    border-radius: 2px;
    flex-shrink: 0;
  }
  #aad15ae811adf4d .hot-item:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    transition: all 0.3s ease-out 0s;
  }
  #aad15ae811adf4d .hot-item:hover a {
    color: #01489d;
  }
  #aad15ae811adf4d .panel-title {
    position: relative;
    padding-left: 10px;
    margin: 0 0 16px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
  }
  #aad15ae811adf4d .panel-title::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 16px;
    border-radius: 3px;
    background: #01489d;
    content: "";
  }
  #aad15ae811adf4d .content-header {
    padding-bottom: 10px;
  }
  #aad15ae811adf4d .item-title {
    color: #333;
  }
  #aad15ae811adf4d input::placeholder {
    color: #999;
  }
  #aad15ae811adf4d .datetime {
    color: #999;
  }
  #aad15ae811adf4d .new-item a {
    padding-left: 25px;
  }
  #aad15ae811adf4d .new-item span {
    background-color: #f0f0f0;
    display: inline-block;
    font-size: 13px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    color: #999;
    text-align: center;
    position: absolute;
    left: 0;
    top: 3px;
  }
  #aad15ae811adf4d .siblings a {
    color: #444;
    line-height: 2;
  }
  #aad15ae811adf4d .siblings a:hover {
    color: #01489d;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile-container {
    color: #fff;
    z-index: 70000;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-wrapper {
    z-index: 9999;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon > svg,
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon img {
    fill: #333333;
    min-width: 20px;
  }
  #ad13ca6d7dac7b9 .uk-navbar-toggle {
    min-height: 50px;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container {
    background-color: #01489d;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left,
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right {
    width: 70%;
  }
  @media (min-width: 960px) {
    #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left,
    #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right {
      width: 25%;
    }
  }
  #ad13ca6d7dac7b9 .ap-nav-navbar-wrapper-children.expand {
    display: block;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .toggle-btn {
    color: #ffffff;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: inherit;
    color: #ffffff;
    background-color: #01489d;
    background-color: transparent;
    display: block;
    margin-right: 60px;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a .nav-icon svg {
    color: currentColor;
    fill: currentColor;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a:hover {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: inherit;
    color: #ffffff;
    background-color: #01489d;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a:active {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: inherit;
    color: #ffffff;
    background-color: #01489d;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item {
    position: relative;
  }
  #a6314ad886a64c4 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f25a67e0a7d30 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b92adf1ca0ae0 .ap-content-container {
    height: 100%;
    min-height: 40px;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile-container {
    color: #fff;
    z-index: 70000;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-wrapper {
    z-index: 9999;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon > svg,
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon img {
    fill: #333333;
    min-width: 20px;
  }
  #ad13ca6d7dac7b9 .uk-navbar-toggle {
    min-height: 50px;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container {
    background-color: #01489d;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left,
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right {
    width: 70%;
  }
  @media (min-width: 960px) {
    #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left,
    #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right {
      width: 25%;
    }
  }
  #ad13ca6d7dac7b9 .ap-nav-navbar-wrapper-children.expand {
    display: block;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .toggle-btn {
    color: #ffffff;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: inherit;
    color: #ffffff;
    background-color: #01489d;
    background-color: transparent;
    display: block;
    margin-right: 60px;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a .nav-icon svg {
    color: currentColor;
    fill: currentColor;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a:hover {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: inherit;
    color: #ffffff;
    background-color: #01489d;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a:active {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: inherit;
    color: #ffffff;
    background-color: #01489d;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item {
    position: relative;
  }
  #a1d8ba5182a62ce > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0d48a9493a5239 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afee0accf7af49c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f23a2babae442 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0ea7abd82a0ba9 .ele-wrap {color: #01489d;font-size: 12px;font-weight: 400;border-radius: 25px;justify-content: center;border-style: dotted;border-color: rgba(1, 72, 157, 1);border-width: 1px;}#a0ea7abd82a0ba9 .ele-wrap:hover {background-color: #509c49;color: #ffffff;background-color: rgba(1, 72, 157, 1);border-color: rgba(1, 72, 157, 1);}#af685acbeea282b > .ele-wrap {
                  background-image: linear-gradient(200deg,
                  rgba(1, 72, 157, 1),
                  rgba(1, 160, 233, 1));
              border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aac4aa93f7a5ded .ap-category-filter ul li.active {
    border-color: #01489d;
    color: #01489d;
  }
  #aac4aa93f7a5ded .grid-list .product-item {
    overflow: hidden;
  }
  #aac4aa93f7a5ded .grid-list .product-preview .img {
    display: block;
  }
  #aac4aa93f7a5ded .grid-list .tags {
    position: absolute;
    left: 8px;
    top: 8px;
  }
  #aac4aa93f7a5ded .grid-list .tags .tag {
    font-size: 12px;
    line-height: 1;
    color: #ffffff;
    font-weight: 500;
    padding: 3px 4px 1px;
    border-radius: 2px;
    background-color: #F8353E;
    margin-right: 4px;
    float: left;
  }
  #aac4aa93f7a5ded .grid-list .product-info {
    min-height: 110px;
  }
  #aac4aa93f7a5ded .grid-list .product-info-inner {
    padding: 16px 10px;
    transition: margin 0.3s ease 0s;
    position: absolute;
    width: 100%;
    background: #fff;
  }
  #aac4aa93f7a5ded .grid-list .product-item:hover .product-info-inner {
    margin-top: -49px;
  }
  #aac4aa93f7a5ded .grid-list .product-item:hover .product-buttons {
    opacity: 1;
  }
  #aac4aa93f7a5ded .grid-list .category-name {
    font-size: 12px;
  }
  #aac4aa93f7a5ded .grid-list .category-name a {
    color: #777;
  }
  #aac4aa93f7a5ded .grid-list .title,
  #aac4aa93f7a5ded .grid-list .subTitle {
    font-weight: 500;
    font-size: 14px;
    color: #191919;
    line-height: 1.5;
  }
  #aac4aa93f7a5ded .grid-list .title a,
  #aac4aa93f7a5ded .grid-list .subTitle a {
    color: #191919;
  }
  #aac4aa93f7a5ded .grid-list .product-buttons {
    margin-top: 10px;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  #aac4aa93f7a5ded .grid-list .product-btn {
    border-radius: 4px;
    padding: 6px 15px;
    font-size: 14px;
    color: #fff;
    line-height: 1;
  }
  #aac4aa93f7a5ded .grid-list .ap-icon svg {
    height: 1em;
    fill: currentColor;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  #aac4aa93f7a5ded .grid-list .product-preview {
    border-radius: 5px;
    overflow: hidden;
  }
  #aac4aa93f7a5ded .grid-list .product-info .abstract {
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    font-family: inherit;
    color: #999999;
  }
  #aac4aa93f7a5ded .grid-list .title a {
    display: block;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    font-family: inherit;
    color: #333333;
    line-height: 20px;
  }
  #aac4aa93f7a5ded .grid-list .product:hover {
    background-color: auto;
  }
  #aac4aa93f7a5ded .grid-list .product:hover .title a {
    color: #444;
  }
  #aac4aa93f7a5ded .grid-list .product:hover .subTitle {
    color: auto;
  }
  #aac4aa93f7a5ded .grid-list .product:hover .category {
    color: auto;
  }
  #aac4aa93f7a5ded .grid-list .product:hover .abstract {
    color: auto;
  }
  #aac4aa93f7a5ded .grid-list .product:hover .product-btn {
    color: auto;
  }
  @media (max-width: 640px) {
    #aac4aa93f7a5ded .grid-list .product-info {
      min-height: 0;
    }
    #aac4aa93f7a5ded .grid-list .product-info-inner {
      padding: 10px;
      position: relative;
    }
    #aac4aa93f7a5ded .grid-list .product-buttons {
      display: none;
    }
  }
  #ab267a1007a77f4 .ele-wrap {color: #fff;font-size: 12px;font-weight: 400;background-color: rgba(1, 72, 157, 1);border-radius: 25px;justify-content: center;border-style: solid;}#ab267a1007a77f4 .ele-wrap:hover {background-color: #509c49;color: #ffffff;background-color: rgba(1, 160, 233, 1);}#a5e6da8ce0a7b3d > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-right-color: rgba(238, 238, 238, 1);}#a76eda54f1a7c3a > .ele-wrap {background-image: url(/resources/upload/a4281a7976a8ba6/1637545170997.png);background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9cbaa16aeabfa4 > .ele-wrap {background-color: rgba(1, 160, 233, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a46b3a0e34ae26a > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: none;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-right-color: rgba(238, 238, 238, 1);}#a1036a403ca1c35 > .ele-wrap {background-image: url(/resources/upload/a4281a7976a8ba6/1637545170997.png);background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af2c1aa5b7aed52 > .ele-wrap {background-color: rgba(1, 160, 233, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a428cacfb0a71af > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-right-color: rgba(238, 238, 238, 1);}#adc2ca27c9a9f5c > .ele-wrap {background-image: url(/resources/upload/a4281a7976a8ba6/1637545286303.png);background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a13dba2fb6aa848 > .ele-wrap {background-color: rgba(1, 160, 233, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afc1fa48e2a7021 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: none;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-right-color: rgba(238, 238, 238, 1);}#aa882aeb1caf2b8 > .ele-wrap {background-image: url(/resources/upload/a4281a7976a8ba6/1637545171165.png);background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2d64a943ea9afe > .ele-wrap {background-color: rgba(1, 160, 233, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae550a121da7d87 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-right-color: rgba(238, 238, 238, 1);}#a3061afe55a88c9 > .ele-wrap {background-image: url(/resources/upload/a4281a7976a8ba6/1637545172091.png);background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3ea5a27a4a0b1e > .ele-wrap {background-color: rgba(1, 160, 233, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a36e4aa3aca130e > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: none;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-right-color: rgba(238, 238, 238, 1);}#a5125a8349af8e7 > .ele-wrap {background-image: url(/resources/upload/a4281a7976a8ba6/1637545172694.png);background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4828aebc6ae700 > .ele-wrap {background-color: rgba(1, 160, 233, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3047aa8ffa99f3 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-right-color: rgba(238, 238, 238, 1);}#adc70afe4ca890b > .ele-wrap {background-image: url(/resources/upload/a4281a7976a8ba6/1637545171802.png);background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2439a60a5a07da > .ele-wrap {background-color: rgba(1, 160, 233, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b38ae47aa4520 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: none;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-right-color: rgba(238, 238, 238, 1);}#af825ab1d7aad87 > .ele-wrap {background-image: url(/resources/upload/a4281a7976a8ba6/1637545035121.png);background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8884acd61ac75f > .ele-wrap {background-color: rgba(1, 160, 233, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9719a075aaa764 .uk-grid {
    margin-left: -15px;
  }
  #a9719a075aaa764 .uk-grid > * {
    padding-left: 15px;
  }
  #a9719a075aaa764 .uk-grid > .uk-grid-margin {
    margin-top: 0px;
  }
  #a9719a075aaa764 .ap-category-filter ul li.active {
    border-color: #01489d;
    color: #01489d;
  }
  #a9719a075aaa764 .article {
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
    padding-right: 60px;
    margin-bottom: 0px;
    background-color: #f8f8fc;
  }
  #a9719a075aaa764 .article .info {
    padding: 20px 10px;
    position: relative;
  }
  #a9719a075aaa764 .article .info p {
    margin: 10px 0 10px;
  }
  #a9719a075aaa764 .article svg {
    fill: currentColor;
  }
  #a9719a075aaa764 .article .btn_icon {
    position: absolute;
    right: 10px;
    bottom: 20px;
    width: 20px;
    color: #b4b4b4;
  }
  #a9719a075aaa764 .article .list_icon {
    position: absolute;
    width: 12px;
    left: 6px;
    top: 20px;
    color: #b4b4b4;
  }
  #a9719a075aaa764 .article.list-icon .info {
    padding-left: 25px;
  }
  #a9719a075aaa764 .article .datetime {
    position: absolute;
    right: 10px;
    top: 20px;
  }
  #a9719a075aaa764 .article .title {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: inherit;
    color: #666666;
  }
  #a9719a075aaa764 .article .datetime {
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    font-family: Arial;
    color: #aaaaaa;
  }
  #a9719a075aaa764 .article:hover {
    background-color: #f8f8fc;
    border-top: 1px solid auto;
  }
  #a9719a075aaa764 .article:hover .title {
    color: #01489d;
  }
  #a9719a075aaa764 .article:hover .datetime {
    color: #aaaaaa;
  }
  #a9719a075aaa764 .article:hover .category {
    color: #b6b6b6;
  }
  #a9719a075aaa764 .article:hover .abstract {
    color: #b6b6b6;
  }
  #a9719a075aaa764 .article:hover .btn_icon {
    color: #b6b6b6;
  }
  #a9719a075aaa764 .article:hover .list_icon {
    color: #b6b6b6;
  }
  #a5a0ea1fdeab8b8 .ele-wrap {color: #666666;font-size: 12px;font-weight: 400;border-radius: 25px;justify-content: center;border-style: solid;border-color: rgba(221, 221, 221, 1);border-width: 1px;}#a5a0ea1fdeab8b8 .ele-wrap:hover {background-color: #509c49;color: #ffffff;background-color: rgba(1, 160, 233, 1);}#a6314ad886a64c4 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f25a67e0a7d30 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b92adf1ca0ae0 .ap-content-container {
    height: 100%;
    min-height: 40px;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile-container {
    color: #fff;
    z-index: 70000;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-wrapper {
    z-index: 9999;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon > svg,
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon img {
    fill: #333333;
    min-width: 20px;
  }
  #ad13ca6d7dac7b9 .uk-navbar-toggle {
    min-height: 50px;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container {
    background-color: #01489d;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left,
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right {
    width: 70%;
  }
  @media (min-width: 960px) {
    #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left,
    #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right {
      width: 25%;
    }
  }
  #ad13ca6d7dac7b9 .ap-nav-navbar-wrapper-children.expand {
    display: block;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .toggle-btn {
    color: #ffffff;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: inherit;
    color: #ffffff;
    background-color: #01489d;
    background-color: transparent;
    display: block;
    margin-right: 60px;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a .nav-icon svg {
    color: currentColor;
    fill: currentColor;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a:hover {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: inherit;
    color: #ffffff;
    background-color: #01489d;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a:active {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: inherit;
    color: #ffffff;
    background-color: #01489d;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item {
    position: relative;
  }
  #a7dd4a82ccabbde > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a08aaa4d00a1fca > .ele-wrap {
                  background-image: linear-gradient(200deg,
                  rgba(1, 72, 157, 1),
                  rgba(1, 160, 233, 1));
              border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a51a6a178ba912d > .ele-wrap {background-image: url(/resources/upload/a4281a7976a8ba6/1637825296781.jpeg);background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a27abadcaca8fa4 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac1e2a9ae5a10cf > .ele-wrap {
                  background-image: linear-gradient(200deg,
                  rgba(1, 72, 157, 1),
                  rgba(1, 160, 233, 1));
              border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6314ad886a64c4 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f25a67e0a7d30 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b92adf1ca0ae0 .ap-content-container {
    height: 100%;
    min-height: 40px;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile-container {
    color: #fff;
    z-index: 70000;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-wrapper {
    z-index: 9999;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon > svg,
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon img {
    fill: #333333;
    min-width: 20px;
  }
  #ad13ca6d7dac7b9 .uk-navbar-toggle {
    min-height: 50px;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container {
    background-color: #01489d;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left,
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right {
    width: 70%;
  }
  @media (min-width: 960px) {
    #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left,
    #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right {
      width: 25%;
    }
  }
  #ad13ca6d7dac7b9 .ap-nav-navbar-wrapper-children.expand {
    display: block;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .toggle-btn {
    color: #ffffff;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: inherit;
    color: #ffffff;
    background-color: #01489d;
    background-color: transparent;
    display: block;
    margin-right: 60px;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a .nav-icon svg {
    color: currentColor;
    fill: currentColor;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a:hover {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: inherit;
    color: #ffffff;
    background-color: #01489d;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a:active {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: inherit;
    color: #ffffff;
    background-color: #01489d;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item {
    position: relative;
  }
  #aae1ca0525a0c30 .ap-category-filter ul li.active {
    border-color: #01489d;
    color: #01489d;
  }
  #aae1ca0525a0c30 .grid-list .product-item {
    overflow: hidden;
  }
  #aae1ca0525a0c30 .grid-list .product-preview .img {
    display: block;
  }
  #aae1ca0525a0c30 .grid-list .tags {
    position: absolute;
    left: 8px;
    top: 8px;
  }
  #aae1ca0525a0c30 .grid-list .tags .tag {
    font-size: 12px;
    line-height: 1;
    color: #ffffff;
    font-weight: 500;
    padding: 3px 4px 1px;
    border-radius: 2px;
    background-color: #F8353E;
    margin-right: 4px;
    float: left;
  }
  #aae1ca0525a0c30 .grid-list .product-info {
    min-height: 110px;
  }
  #aae1ca0525a0c30 .grid-list .product-info-inner {
    padding: 16px 10px;
    transition: margin 0.3s ease 0s;
    position: absolute;
    width: 100%;
    background: #fff;
  }
  #aae1ca0525a0c30 .grid-list .product-item:hover .product-info-inner {
    margin-top: -49px;
  }
  #aae1ca0525a0c30 .grid-list .product-item:hover .product-buttons {
    opacity: 1;
  }
  #aae1ca0525a0c30 .grid-list .category-name {
    font-size: 12px;
  }
  #aae1ca0525a0c30 .grid-list .category-name a {
    color: #777;
  }
  #aae1ca0525a0c30 .grid-list .title,
  #aae1ca0525a0c30 .grid-list .subTitle {
    font-weight: 500;
    font-size: 14px;
    color: #191919;
    line-height: 1.5;
  }
  #aae1ca0525a0c30 .grid-list .title a,
  #aae1ca0525a0c30 .grid-list .subTitle a {
    color: #191919;
  }
  #aae1ca0525a0c30 .grid-list .product-buttons {
    margin-top: 10px;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  #aae1ca0525a0c30 .grid-list .product-btn {
    border-radius: 4px;
    padding: 6px 15px;
    font-size: 14px;
    color: #fff;
    line-height: 1;
  }
  #aae1ca0525a0c30 .grid-list .ap-icon svg {
    height: 1em;
    fill: currentColor;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  #aae1ca0525a0c30 .grid-list .product-preview {
    border-radius: 5px;
    overflow: hidden;
  }
  #aae1ca0525a0c30 .grid-list .product-info .abstract {
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    font-family: inherit;
    color: #999999;
  }
  #aae1ca0525a0c30 .grid-list .title a {
    display: block;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    font-family: inherit;
    color: #333333;
    line-height: 20px;
  }
  #aae1ca0525a0c30 .grid-list .product:hover {
    background-color: auto;
  }
  #aae1ca0525a0c30 .grid-list .product:hover .title a {
    color: #444;
  }
  #aae1ca0525a0c30 .grid-list .product:hover .subTitle {
    color: auto;
  }
  #aae1ca0525a0c30 .grid-list .product:hover .category {
    color: auto;
  }
  #aae1ca0525a0c30 .grid-list .product:hover .abstract {
    color: auto;
  }
  #aae1ca0525a0c30 .grid-list .product:hover .product-btn {
    color: auto;
  }
  @media (max-width: 640px) {
    #aae1ca0525a0c30 .grid-list .product-info {
      min-height: 0;
    }
    #aae1ca0525a0c30 .grid-list .product-info-inner {
      padding: 10px;
      position: relative;
    }
    #aae1ca0525a0c30 .grid-list .product-buttons {
      display: none;
    }
  }
  #a8f02a0e5daf6d9 .ap-header-mobile-container {
    color: #fff;
    z-index: 70000;
  }
  #a8f02a0e5daf6d9 .ap-nav-mobile-wrapper {
    z-index: 9999;
  }
  #a8f02a0e5daf6d9 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon > svg,
  #a8f02a0e5daf6d9 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon img {
    fill: #333333;
    min-width: 20px;
  }
  #a8f02a0e5daf6d9 .uk-navbar-toggle {
    min-height: 50px;
  }
  #a8f02a0e5daf6d9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container {
    background-color: #01489d;
  }
  #a8f02a0e5daf6d9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left,
  #a8f02a0e5daf6d9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right {
    width: 70%;
  }
  @media (min-width: 960px) {
    #a8f02a0e5daf6d9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left,
    #a8f02a0e5daf6d9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right {
      width: 25%;
    }
  }
  #a8f02a0e5daf6d9 .ap-nav-navbar-wrapper-children.expand {
    display: block;
  }
  #a8f02a0e5daf6d9 .ap-header-mobile .toggle-btn {
    color: #ffffff;
  }
  #a8f02a0e5daf6d9 .ap-nav-mobile-container-item-list a {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: inherit;
    color: #ffffff;
    background-color: #01489d;
    background-color: transparent;
    display: block;
    margin-right: 60px;
  }
  #a8f02a0e5daf6d9 .ap-nav-mobile-container-item-list a .nav-icon svg {
    color: currentColor;
    fill: currentColor;
  }
  #a8f02a0e5daf6d9 .ap-nav-mobile-container-item-list a:hover {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: inherit;
    color: #ffffff;
    background-color: #01489d;
  }
  #a8f02a0e5daf6d9 .ap-nav-mobile-container-item-list a:active {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: inherit;
    color: #ffffff;
    background-color: #01489d;
  }
  #a8f02a0e5daf6d9 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item {
    position: relative;
  }
  #a6314ad886a64c4 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f25a67e0a7d30 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b92adf1ca0ae0 .ap-content-container {
    height: 100%;
    min-height: 40px;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile-container {
    color: #fff;
    z-index: 70000;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-wrapper {
    z-index: 9999;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon > svg,
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon img {
    fill: #333333;
    min-width: 20px;
  }
  #ad13ca6d7dac7b9 .uk-navbar-toggle {
    min-height: 50px;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container {
    background-color: #01489d;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left,
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right {
    width: 70%;
  }
  @media (min-width: 960px) {
    #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left,
    #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right {
      width: 25%;
    }
  }
  #ad13ca6d7dac7b9 .ap-nav-navbar-wrapper-children.expand {
    display: block;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .toggle-btn {
    color: #ffffff;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: inherit;
    color: #ffffff;
    background-color: #01489d;
    background-color: transparent;
    display: block;
    margin-right: 60px;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a .nav-icon svg {
    color: currentColor;
    fill: currentColor;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a:hover {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: inherit;
    color: #ffffff;
    background-color: #01489d;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a:active {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: inherit;
    color: #ffffff;
    background-color: #01489d;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item {
    position: relative;
  }
  #aadddabb8aa60b8 .ap-category-filter ul li.active {
    border-color: #01489d;
    color: #01489d;
  }
  #aadddabb8aa60b8 .uk-grid {
    margin-left: -20px;
  }
  #aadddabb8aa60b8 .uk-grid > * {
    padding-left: 20px;
  }
  #aadddabb8aa60b8 .uk-grid > .uk-grid-margin {
    margin-top: 15px;
  }
  #aadddabb8aa60b8 .uk-card {
    background-color: #f8f8fc;
    transition: all .3s ease;
  }
  #aadddabb8aa60b8 .uk-card-media-top {
    overflow: hidden;
  }
  #aadddabb8aa60b8 .uk-card-media-top .img {
    transition: all .3s ease;
  }
  #aadddabb8aa60b8 .info {
    flex: 1;
    overflow: hidden;
    min-width: 1px;
    width: 0;
  }
  #aadddabb8aa60b8 .datetime {
    padding: 4px;
    margin-right: 6px;
    flex-shrink: 0;
    font-size: 12px;
    color: #333333;
    font-family: Arial;
  }
  #aadddabb8aa60b8 .datetime b {
    font-size: 24px;
    font-weight: bolder;
    display: block;
  }
  #aadddabb8aa60b8 .uk-card-body {
    padding: 15px 10px 8px;
  }
  #aadddabb8aa60b8 hr {
    border-top-color: #e6e6e6;
    margin: 0 0 10px;
  }
  #aadddabb8aa60b8 .uk-button {
    border: 1px solid #ececec;
  }
  #aadddabb8aa60b8 .uk-card .title {
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    font-family: inherit;
    color: #333333;
  }
  #aadddabb8aa60b8 .uk-card .abstract {
    margin: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    font-family: inherit;
    color: #888888;
    line-height: 20px;
  }
  #aadddabb8aa60b8 .uk-card:hover {
    background-color: #01489d;
  }
  #aadddabb8aa60b8 .uk-card:hover .title {
    color: #fff;
  }
  #aadddabb8aa60b8 .uk-card:hover hr {
    border-top-color: #015fd0;
  }
  #aadddabb8aa60b8 .uk-card:hover .img {
    transform: scale(1.2);
  }
  #aadddabb8aa60b8 .uk-card:hover .abstract {
    color: #fff;
  }
  #aadddabb8aa60b8 .uk-card:hover .datetime {
    color: #ffffff;
  }
  #aadddabb8aa60b8 .uk-card:hover .category {
    color: #d3b267;
  }
  #aadddabb8aa60b8 .uk-card:hover .uk-button {
    color: #fff;
    background-color: #d3b267;
    border-color: #d3b267;
  }
  #a6314ad886a64c4 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f25a67e0a7d30 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b92adf1ca0ae0 .ap-content-container {
    height: 100%;
    min-height: 40px;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile-container {
    color: #fff;
    z-index: 70000;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-wrapper {
    z-index: 9999;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon > svg,
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon img {
    fill: #333333;
    min-width: 20px;
  }
  #ad13ca6d7dac7b9 .uk-navbar-toggle {
    min-height: 50px;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container {
    background-color: #01489d;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left,
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right {
    width: 70%;
  }
  @media (min-width: 960px) {
    #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left,
    #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right {
      width: 25%;
    }
  }
  #ad13ca6d7dac7b9 .ap-nav-navbar-wrapper-children.expand {
    display: block;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .toggle-btn {
    color: #ffffff;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: inherit;
    color: #ffffff;
    background-color: #01489d;
    background-color: transparent;
    display: block;
    margin-right: 60px;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a .nav-icon svg {
    color: currentColor;
    fill: currentColor;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a:hover {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: inherit;
    color: #ffffff;
    background-color: #01489d;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a:active {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: inherit;
    color: #ffffff;
    background-color: #01489d;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item {
    position: relative;
  }
  #acd46af409ae2cd .ap-category-filter ul li.active {
    border-color: #01489d;
    color: #01489d;
  }
  #acd46af409ae2cd .uk-grid {
    margin-left: -20px;
  }
  #acd46af409ae2cd .uk-grid > * {
    padding-left: 20px;
  }
  #acd46af409ae2cd .uk-grid > .uk-grid-margin {
    margin-top: 15px;
  }
  #acd46af409ae2cd .uk-card {
    background-color: #f8f8fc;
    transition: all .3s ease;
  }
  #acd46af409ae2cd .uk-card-media-top {
    overflow: hidden;
  }
  #acd46af409ae2cd .uk-card-media-top .img {
    transition: all .3s ease;
  }
  #acd46af409ae2cd .info {
    flex: 1;
    overflow: hidden;
    min-width: 1px;
    width: 0;
  }
  #acd46af409ae2cd .datetime {
    padding: 4px;
    margin-right: 6px;
    flex-shrink: 0;
    font-size: 12px;
    color: #333333;
    font-family: Arial;
  }
  #acd46af409ae2cd .datetime b {
    font-size: 24px;
    font-weight: bolder;
    display: block;
  }
  #acd46af409ae2cd .uk-card-body {
    padding: 15px 10px 8px;
  }
  #acd46af409ae2cd hr {
    border-top-color: #e6e6e6;
    margin: 0 0 10px;
  }
  #acd46af409ae2cd .uk-button {
    border: 1px solid #ececec;
  }
  #acd46af409ae2cd .uk-card .title {
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    font-family: inherit;
    color: #333333;
  }
  #acd46af409ae2cd .uk-card .abstract {
    margin: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    font-family: inherit;
    color: #888888;
    line-height: 20px;
  }
  #acd46af409ae2cd .uk-card:hover {
    background-color: #01489d;
  }
  #acd46af409ae2cd .uk-card:hover .title {
    color: #fff;
  }
  #acd46af409ae2cd .uk-card:hover hr {
    border-top-color: #015fd0;
  }
  #acd46af409ae2cd .uk-card:hover .img {
    transform: scale(1.2);
  }
  #acd46af409ae2cd .uk-card:hover .abstract {
    color: #fff;
  }
  #acd46af409ae2cd .uk-card:hover .datetime {
    color: #ffffff;
  }
  #acd46af409ae2cd .uk-card:hover .category {
    color: #d3b267;
  }
  #acd46af409ae2cd .uk-card:hover .uk-button {
    color: #fff;
    background-color: #d3b267;
    border-color: #d3b267;
  }
  #a6314ad886a64c4 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f25a67e0a7d30 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b92adf1ca0ae0 .ap-content-container {
    height: 100%;
    min-height: 40px;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile-container {
    color: #fff;
    z-index: 70000;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-wrapper {
    z-index: 9999;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon > svg,
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon img {
    fill: #333333;
    min-width: 20px;
  }
  #ad13ca6d7dac7b9 .uk-navbar-toggle {
    min-height: 50px;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container {
    background-color: #01489d;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left,
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right {
    width: 70%;
  }
  @media (min-width: 960px) {
    #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left,
    #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right {
      width: 25%;
    }
  }
  #ad13ca6d7dac7b9 .ap-nav-navbar-wrapper-children.expand {
    display: block;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .toggle-btn {
    color: #ffffff;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: inherit;
    color: #ffffff;
    background-color: #01489d;
    background-color: transparent;
    display: block;
    margin-right: 60px;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a .nav-icon svg {
    color: currentColor;
    fill: currentColor;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a:hover {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: inherit;
    color: #ffffff;
    background-color: #01489d;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a:active {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: inherit;
    color: #ffffff;
    background-color: #01489d;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item {
    position: relative;
  }
  #a53a1ab11aaa6fc > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af8c7a5623a9441 > .ele-wrap {
                  background-image: linear-gradient(200deg,
                  rgba(1, 72, 157, 1),
                  rgba(1, 160, 233, 1));
              border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a12c2a087aaf580 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dotted;border-left-style: dotted;border-bottom-style: dotted;border-top-style: dotted;border-top-color: rgba(221, 221, 221, 1);border-right-color: rgba(221, 221, 221, 1);border-left-color: rgba(221, 221, 221, 1);border-bottom-color: rgba(221, 221, 221, 1);}#a6314ad886a64c4 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f25a67e0a7d30 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b92adf1ca0ae0 .ap-content-container {
    height: 100%;
    min-height: 40px;
  }
  #afeb0a8acbad912 {
    min-height: 500px;
    /* mobile */
  }
  #afeb0a8acbad912 .search-highlight {
    background: yellow;
  }
  #afeb0a8acbad912 .el-item {
    padding: 0;
    border-bottom: 1px solid #ececec;
  }
  #afeb0a8acbad912 .el-title {
    margin-bottom: 20px;
  }
  #afeb0a8acbad912 .el-item:hover .el-title {
    color: #01489d;
  }
  #afeb0a8acbad912 .img-wrap {
    overflow: hidden;
    display: block;
    border-radius: 4px;
  }
  #afeb0a8acbad912 .img-wrap img {
    transition: all .3s ease;
    border-radius: 4px;
  }
  #afeb0a8acbad912 .el-item:hover .img-wrap img {
    transform: scale(1.1);
  }
  #afeb0a8acbad912 .el-title a {
    font-size: 20px;
    color: #333;
    line-height: 36px;
  }
  #afeb0a8acbad912 .el-meta {
    font-size: 14px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0;
  }
  #afeb0a8acbad912 .el-content {
    font-size: 14px;
    color: #777;
  }
  @media (max-width: 640px) {
    #afeb0a8acbad912 .el-title {
      margin-bottom: 0;
    }
    #afeb0a8acbad912 .el-title a {
      font-size: 14px;
      color: #333;
      line-height: 1.5;
    }
    #afeb0a8acbad912 .category {
      font-size: 12px;
    }
    #afeb0a8acbad912 .el-content {
      font-size: 12px;
      color: #777;
      line-height: 1.5;
      margin: 6px 0 0px;
    }
  }
  #ad13ca6d7dac7b9 .ap-header-mobile-container {
    color: #fff;
    z-index: 70000;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-wrapper {
    z-index: 9999;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon > svg,
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon img {
    fill: #333333;
    min-width: 20px;
  }
  #ad13ca6d7dac7b9 .uk-navbar-toggle {
    min-height: 50px;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container {
    background-color: #01489d;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left,
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right {
    width: 70%;
  }
  @media (min-width: 960px) {
    #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left,
    #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right {
      width: 25%;
    }
  }
  #ad13ca6d7dac7b9 .ap-nav-navbar-wrapper-children.expand {
    display: block;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .toggle-btn {
    color: #ffffff;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: inherit;
    color: #ffffff;
    background-color: #01489d;
    background-color: transparent;
    display: block;
    margin-right: 60px;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a .nav-icon svg {
    color: currentColor;
    fill: currentColor;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a:hover {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: inherit;
    color: #ffffff;
    background-color: #01489d;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a:active {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: inherit;
    color: #ffffff;
    background-color: #01489d;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item {
    position: relative;
  }
  #a6314ad886a64c4 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f25a67e0a7d30 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b92adf1ca0ae0 .ap-content-container {
    height: 100%;
    min-height: 40px;
  }
  #a47d3ac776ae1c6 {
    /* Error Page */
    /* Error Page */
    /*--------------------------------------------Framework --------------------------------*/
    /*done*/
    /*done*/
    /*done*/
    /* Padding Section*/
    /*done*/
    /*done*/
    /*done*/
    /*done*/
    /*done*/
    /*done*/
    /* Padding Section*/
    /* Margin section */
    /*done*/
    /*done*/
    /*done*/
    /*done*/
    /*done*/
    /*done*/
    /*done*/
    /*done*/
    /*done - For the inside sections that has also Title section*/
    /* Margin section */
    /*--------------------------------------------FrameWork------------------------*/
  }
  #a47d3ac776ae1c6 * {
    font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
  }
  #a47d3ac776ae1c6 .error .clip .shadow {
    height: 180px;
    /*Contrall*/
  }
  #a47d3ac776ae1c6 .error .clip:nth-of-type(2) .shadow {
    width: 130px;
    /*Contrall play with javascript*/
  }
  #a47d3ac776ae1c6 .error .clip:nth-of-type(1) .shadow,
  #a47d3ac776ae1c6 .error .clip:nth-of-type(3) .shadow {
    width: 250px;
    /*Contrall*/
  }
  #a47d3ac776ae1c6 .error .digit {
    width: 150px;
    /*Contrall*/
    height: 150px;
    /*Contrall*/
    line-height: 150px;
    /*Contrall*/
    font-size: 120px;
    font-weight: bold;
  }
  #a47d3ac776ae1c6 .error h2 {
    font-size: 32px;
  }
  #a47d3ac776ae1c6 .error .msg {
    top: -190px;
    left: 30%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 32px;
  }
  #a47d3ac776ae1c6 .error span.triangle {
    top: 70%;
    right: 0%;
    border-left: 20px solid #535353;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }
  #a47d3ac776ae1c6 .error .container-error-404 {
    margin-top: 10%;
    position: relative;
    height: 250px;
    padding-top: 40px;
    text-align: center;
  }
  #a47d3ac776ae1c6 .error .container-error-404 .clip {
    display: inline-block;
    transform: skew(-45deg);
  }
  #a47d3ac776ae1c6 .error .clip .shadow {
    overflow: hidden;
  }
  #a47d3ac776ae1c6 .error .clip:nth-of-type(2) .shadow {
    overflow: hidden;
    position: relative;
    box-shadow: inset 20px 0px 20px -15px rgba(150, 150, 150, 0.8), 20px 0px 20px -15px rgba(150, 150, 150, 0.8);
  }
  #a47d3ac776ae1c6 .error .clip:nth-of-type(3) .shadow:after,
  #a47d3ac776ae1c6 .error .clip:nth-of-type(1) .shadow:after {
    content: "";
    position: absolute;
    right: -8px;
    bottom: 0px;
    z-index: 9999;
    height: 100%;
    width: 10px;
    background: linear-gradient(90deg, transparent, rgba(173, 173, 173, 0.8), transparent);
    border-radius: 50%;
  }
  #a47d3ac776ae1c6 .error .clip:nth-of-type(3) .shadow:after {
    left: -8px;
  }
  #a47d3ac776ae1c6 .error .digit {
    position: relative;
    top: 8%;
    color: white;
    background: #07B3F9;
    border-radius: 50%;
    display: inline-block;
    transform: skew(45deg);
  }
  #a47d3ac776ae1c6 .error .clip:nth-of-type(2) .digit {
    left: -10%;
  }
  #a47d3ac776ae1c6 .error .clip:nth-of-type(1) .digit {
    right: -20%;
  }
  #a47d3ac776ae1c6 .error .clip:nth-of-type(3) .digit {
    left: -20%;
  }
  #a47d3ac776ae1c6 .error h2 {
    color: #A2A2A2;
    font-weight: bold;
    padding-bottom: 20px;
  }
  #a47d3ac776ae1c6 .error .msg {
    position: relative;
    z-index: 9999;
    display: block;
    background: #535353;
    color: #A2A2A2;
    border-radius: 50%;
    font-style: italic;
  }
  #a47d3ac776ae1c6 .error .triangle {
    position: absolute;
    z-index: 999;
    transform: rotate(45deg);
    content: "";
    width: 0;
    height: 0;
  }
  @media (max-width: 767px) {
    #a47d3ac776ae1c6 {
      /* Error Page */
      /* Error Page */
    }
    #a47d3ac776ae1c6 .error .clip .shadow {
      height: 100px;
      /*Contrall*/
    }
    #a47d3ac776ae1c6 .error .clip:nth-of-type(2) .shadow {
      width: 80px;
      /*Contrall play with javascript*/
    }
    #a47d3ac776ae1c6 .error .clip:nth-of-type(1) .shadow,
    #a47d3ac776ae1c6 .error .clip:nth-of-type(3) .shadow {
      width: 100px;
      /*Contrall*/
    }
    #a47d3ac776ae1c6 .error .digit {
      width: 80px;
      /*Contrall*/
      height: 80px;
      /*Contrall*/
      line-height: 80px;
      /*Contrall*/
      font-size: 52px;
    }
    #a47d3ac776ae1c6 .error h2 {
      font-size: 24px;
    }
    #a47d3ac776ae1c6 .error .msg {
      top: -110px;
      left: 15%;
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 18px;
    }
    #a47d3ac776ae1c6 .error span.triangle {
      top: 70%;
      right: -3%;
      border-left: 10px solid #535353;
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent;
    }
    #a47d3ac776ae1c6 .error .container-error-404 {
      height: 150px;
    }
  }
  #a47d3ac776ae1c6 .overlay {
    position: relative;
    z-index: 20;
  }
  #a47d3ac776ae1c6 .ground-color {
    background: white;
  }
  #a47d3ac776ae1c6 .item-bg-color {
    background: #EAEAEA;
  }
  #a47d3ac776ae1c6 .padding-top {
    padding-top: 10px;
  }
  #a47d3ac776ae1c6 .padding-bottom {
    padding-bottom: 10px;
  }
  #a47d3ac776ae1c6 .padding-vertical {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #a47d3ac776ae1c6 .padding-horizontal {
    padding-left: 10px;
    padding-right: 10px;
  }
  #a47d3ac776ae1c6 .padding-all {
    padding: 10px;
  }
  #a47d3ac776ae1c6 .no-padding-left {
    padding-left: 0px;
  }
  #a47d3ac776ae1c6 .no-padding-right {
    padding-right: 0px;
  }
  #a47d3ac776ae1c6 .no-vertical-padding {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #a47d3ac776ae1c6 .no-horizontal-padding {
    padding-left: 0px;
    padding-right: 0px;
  }
  #a47d3ac776ae1c6 .no-padding {
    padding: 0px;
  }
  #a47d3ac776ae1c6 .margin-top {
    margin-top: 10px;
  }
  #a47d3ac776ae1c6 .margin-bottom {
    margin-bottom: 10px;
  }
  #a47d3ac776ae1c6 .margin-right {
    margin-right: 10px;
  }
  #a47d3ac776ae1c6 .margin-left {
    margin-left: 10px;
  }
  #a47d3ac776ae1c6 .margin-horizontal {
    margin-left: 10px;
    margin-right: 10px;
  }
  #a47d3ac776ae1c6 .margin-vertical {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #a47d3ac776ae1c6 .margin-all {
    margin: 10px;
  }
  #a47d3ac776ae1c6 .no-margin {
    margin: 0px;
  }
  #a47d3ac776ae1c6 .no-vertical-margin {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  #a47d3ac776ae1c6 .no-horizontal-margin {
    margin-left: 0px;
    margin-right: 0px;
  }
  #a47d3ac776ae1c6 .inside-col-shrink {
    margin: 0px 20px;
  }
  #a47d3ac776ae1c6 hr {
    margin: 0px;
    padding: 0px;
    border-top: 1px dashed #999;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile-container {
    color: #fff;
    z-index: 70000;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-wrapper {
    z-index: 9999;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon > svg,
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon img {
    fill: #333333;
    min-width: 20px;
  }
  #ad13ca6d7dac7b9 .uk-navbar-toggle {
    min-height: 50px;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container {
    background-color: #01489d;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left,
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right {
    width: 70%;
  }
  @media (min-width: 960px) {
    #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left,
    #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right {
      width: 25%;
    }
  }
  #ad13ca6d7dac7b9 .ap-nav-navbar-wrapper-children.expand {
    display: block;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .toggle-btn {
    color: #ffffff;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: inherit;
    color: #ffffff;
    background-color: #01489d;
    background-color: transparent;
    display: block;
    margin-right: 60px;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a .nav-icon svg {
    color: currentColor;
    fill: currentColor;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a:hover {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: inherit;
    color: #ffffff;
    background-color: #01489d;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a:active {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: inherit;
    color: #ffffff;
    background-color: #01489d;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item {
    position: relative;
  }
  #a6314ad886a64c4 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f25a67e0a7d30 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b92adf1ca0ae0 .ap-content-container {
    height: 100%;
    min-height: 40px;
  }
  #ab1aba7aa9abcf4 .login-main {
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
  }
  #ab1aba7aa9abcf4 .switch_item {
    margin-right: 10px;
  }
  #ab1aba7aa9abcf4 a.switch_item:hover {
    text-decoration: underline;
  }
  #ab1aba7aa9abcf4 .slider {
    width: 420px;
    height: 600px;
  }
  #ab1aba7aa9abcf4 .uk-slideshow-items {
    height: 100%;
  }
  #ab1aba7aa9abcf4 .uk-slideshow-items a {
    width: 100%;
    height: 100%;
    display: block;
  }
  #ab1aba7aa9abcf4 .login-wrap {
    width: 100%;
    height: 100%;
  }
  #ab1aba7aa9abcf4 .uk-dotnav > * > * {
    background: #fff;
    border-color: #fff;
    opacity: .5;
  }
  #ab1aba7aa9abcf4 .uk-dotnav > .uk-active > * {
    border-color: #0076fe;
    background: #0076fe;
  }
  #ab1aba7aa9abcf4 .phone-login-box {
    margin: 40px auto 40px;
  }
  #ab1aba7aa9abcf4 .login-header {
    margin-bottom: 24px;
  }
  #ab1aba7aa9abcf4 .login-header h4 {
    font-size: 22px;
    font-weight: bolder;
    line-height: 1;
    padding-left: 20px;
    border-left: 4px solid #0076fe;
  }
  #ab1aba7aa9abcf4 .input-item {
    width: 330px;
    height: 45px;
    background-color: #f0f2f7;
    border-radius: 22px;
    border: solid 1px #e3e8f0;
    position: relative;
    overflow: hidden;
  }
  #ab1aba7aa9abcf4 .input-item input {
    width: 100%;
    padding: 0 16px 0 40px;
    height: 43px;
    border-radius: 0 21px 21px 0;
    position: absolute;
    right: 0;
    border: 0;
    line-height: 43px;
    background-color: transparent;
    outline: 0;
    font-size: 14px;
  }
  #ab1aba7aa9abcf4 .forget_password {
    cursor: pointer;
  }
  #ab1aba7aa9abcf4 .forget_password:hover {
    color: #01489d;
  }
  #ab1aba7aa9abcf4 .input-item input.error,
  #ab1aba7aa9abcf4 .input-item input.error::placeholder {
    color: #fc4343;
  }
  #ab1aba7aa9abcf4 .input-item input::placeholder {
    color: #999;
  }
  #ab1aba7aa9abcf4 .input-item .icon {
    position: absolute;
    left: 10px;
    top: 12px;
    fill: #ccc;
    width: 20px;
  }
  #ab1aba7aa9abcf4 .form-item {
    margin: 24px 0;
  }
  #ab1aba7aa9abcf4 .verifycode-input .input-item {
    width: 200px;
    float: left;
  }
  #ab1aba7aa9abcf4 .send-code {
    float: left;
    margin-left: 20px;
  }
  #ab1aba7aa9abcf4 .verifycode-input button {
    display: block;
    padding: 0;
    height: 45px;
    width: 105px;
    background-color: #f1f7ff;
    border-radius: 22px;
    font-size: 14px;
    -webkit-transition: .3s;
    transition: .3s;
    color: #999;
    cursor: pointer;
  }
  #ab1aba7aa9abcf4 .submit {
    width: 330px;
    height: 45px;
    background-color: #0076fe;
    border-radius: 22px;
    font-size: 18px;
    line-height: 45px;
    color: #fff;
    cursor: pointer;
  }
  #ab1aba7aa9abcf4 .error {
    color: #fc4343;
    font-size: 12px;
    padding-left: 10px;
    display: block;
    max-width: 300px;
  }
  #ab1aba7aa9abcf4 .login_btn_wrap {
    text-align: center;
  }
  #ab1aba7aa9abcf4 .login_btn_wrap .submit {
    display: block;
    margin-bottom: 10px;
  }
  #ab1aba7aa9abcf4 .input-item .pwd-toggle {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
    font-size: 16px;
    color: #999;
    cursor: pointer;
  }
  #ab1aba7aa9abcf4 .input-item .pwd-toggle:hover {
    color: currentColor;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile-container {
    color: #fff;
    z-index: 70000;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-wrapper {
    z-index: 9999;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon > svg,
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon img {
    fill: #333333;
    min-width: 20px;
  }
  #ad13ca6d7dac7b9 .uk-navbar-toggle {
    min-height: 50px;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container {
    background-color: #01489d;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left,
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right {
    width: 70%;
  }
  @media (min-width: 960px) {
    #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left,
    #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right {
      width: 25%;
    }
  }
  #ad13ca6d7dac7b9 .ap-nav-navbar-wrapper-children.expand {
    display: block;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .toggle-btn {
    color: #ffffff;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: inherit;
    color: #ffffff;
    background-color: #01489d;
    background-color: transparent;
    display: block;
    margin-right: 60px;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a .nav-icon svg {
    color: currentColor;
    fill: currentColor;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a:hover {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: inherit;
    color: #ffffff;
    background-color: #01489d;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a:active {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: inherit;
    color: #ffffff;
    background-color: #01489d;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item {
    position: relative;
  }
  #a6314ad886a64c4 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f25a67e0a7d30 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b92adf1ca0ae0 .ap-content-container {
    height: 100%;
    min-height: 40px;
  }
  #a37b9a0db4abbb0 .sidebar {
    width: 150px;
    max-width: 150px;
    height: 100%;
  }
  #a37b9a0db4abbb0 .nav-items {
    background: #fafafa;
    min-height: 200px;
  }
  #a37b9a0db4abbb0 .phone-info {
    background: #fafafa;
    margin-top: 10px;
    font-size: 12px;
    padding: 22px 4px 20px 16px;
    line-height: 1.5;
    color: #666;
  }
  #a37b9a0db4abbb0 .phone-info .phone {
    line-height: 1.5;
    color: #333;
    font-size: 18px;
    font-family: Arial;
  }
  #a37b9a0db4abbb0 .nav-type {
    line-height: 37px;
    padding-left: 20px;
    cursor: pointer;
  }
  #a37b9a0db4abbb0 .nav-type.active {
    color: #FFF;
    cursor: default;
    background: #ff658c;
  }
  #a37b9a0db4abbb0 .content {
    padding-bottom: 60px;
    color: #666;
    border: 1px solid #f0f0f0;
    min-height: 400px;
  }
  #a37b9a0db4abbb0 .nav-list {
    padding: 0 20px;
  }
  #a37b9a0db4abbb0 .nav-list .nav-item {
    display: inline-block;
    line-height: 21px;
    padding: 2px 6px 3px;
    font-size: 14px;
    color: #666;
    margin: 10px 30px 15px 0;
    cursor: pointer;
  }
  #a37b9a0db4abbb0 .nav-list .nav-item.active {
    background-color: #ff5c89;
    color: #fff;
    cursor: default;
  }
  #a37b9a0db4abbb0 .order-item {
    margin-top: 10px;
    background: #fff;
    padding: 0 20px;
  }
  #a37b9a0db4abbb0 .order-item:hover {
    background: #f7f7f7;
  }
  #a37b9a0db4abbb0 .del-order {
    cursor: pointer;
  }
  #a37b9a0db4abbb0 .order-item .order-title {
    line-height: 40px;
    color: #666;
    font-size: 13px;
    border-bottom: 1px solid #f7f7f7;
  }
  #a37b9a0db4abbb0 .goods-item {
    padding: 10px 0;
    border-bottom: 1px solid #ececec;
    cursor: pointer;
  }
  #a37b9a0db4abbb0 .order-goods-list .goods-item:last-child {
    border-bottom: none;
  }
  #a37b9a0db4abbb0 .goods-item img {
    width: 100px;
    height: 100px;
    background: #f4f4f4;
  }
  #a37b9a0db4abbb0 .goods-item .goods-info {
    padding: 0 15px;
  }
  #a37b9a0db4abbb0 .appoint-time span {
    color: #e4393c;
    background-color: #f9eeee;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 2px;
    line-height: 1;
  }
  #a37b9a0db4abbb0 .appoint-time {
    margin-bottom: 4px;
  }
  #a37b9a0db4abbb0 .appoint-name {
    color: #333;
    font-size: 14px;
  }
  #a37b9a0db4abbb0 .appoint-info {
    padding: 0 15px;
    font-size: 12px;
    color: #888;
  }
  #a37b9a0db4abbb0 .goods-item .goods-name {
    color: #333;
  }
  #a37b9a0db4abbb0 .goods-item .sku-name {
    color: #999;
    font-size: 12px;
  }
  #a37b9a0db4abbb0 .order-total-info {
    padding-bottom: 10px;
    color: #999;
    font-size: 12px;
  }
  #a37b9a0db4abbb0 .order-total-info .total-price {
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 14px;
  }
  #a37b9a0db4abbb0 .load-more {
    font-size: 12px;
    padding-bottom: 15px;
    color: #999;
  }
  #a37b9a0db4abbb0 .order-btns {
    padding: 10px 0;
    border-top: 1px solid #f7f7f7;
  }
  #a37b9a0db4abbb0 .order-btns .btn {
    line-height: 26px;
    border-radius: 2px;
    border: 1px solid #ececec;
    padding: 0 14px;
    display: inline-block;
    margin-left: 8px;
    background: #fff;
    color: #333;
  }
  #a37b9a0db4abbb0 .order-btns .btn-warn {
    color: #fff;
    background: #eb3c3c;
    border-color: #eb3c3c;
    cursor: pointer;
  }
  #a37b9a0db4abbb0 .appoint-info .title {
    font-weight: bold;
    color: #333;
  }
  #a37b9a0db4abbb0 .coupon-item {
    margin: 10px 30px;
    display: inline-flex;
    width: 42%;
  }
  #a37b9a0db4abbb0 .setting-form {
    padding: 30px 20px;
  }
  #a37b9a0db4abbb0 .setting-item {
    margin-bottom: 20px;
    font-size: 13px;
    color: #666;
    line-height: 18px;
  }
  #a37b9a0db4abbb0 .setting-item .label {
    display: inline-block;
    margin-right: 6px;
    text-align: right;
    min-width: 120px;
  }
  #a37b9a0db4abbb0 .setting-item .input-text {
    border: 1px solid #ccc;
    line-height: 28px;
    padding: 0 10px;
    min-width: 200px;
    font-size: 13px;
  }
  #a37b9a0db4abbb0 .setting-form .setting-btns {
    margin-left: 130px;
  }
  #a37b9a0db4abbb0 .setting-form .uk-button {
    height: 30px;
    line-height: 30px;
    margin-right: 8px;
  }
  #a37b9a0db4abbb0 .setting-wrap {
    position: relative;
  }
  #a37b9a0db4abbb0 .user-info {
    border: 1px solid #ccc;
    width: 300px;
    position: absolute;
    right: 80px;
    top: 30px;
    color: #666;
    padding: 10px;
    font-size: 13px;
    background: #f9f9f9;
  }
  #a37b9a0db4abbb0 .user-info .avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 10px;
  }
  #a37b9a0db4abbb0 .user-info .levels {
    color: #888;
    font-size: 12px;
  }
  #a37b9a0db4abbb0 .address-wrap {
    padding: 30px 20px;
  }
  #a37b9a0db4abbb0 .addr-header {
    font-size: 18px;
    color: #333;
    margin: 0;
  }
  #a37b9a0db4abbb0 .addr-detail {
    border-bottom: 1px solid #ececec;
    margin-bottom: 10px;
  }
  #a37b9a0db4abbb0 .addr-list {
    min-height: 200px;
  }
  #a37b9a0db4abbb0 .addr-detail .addr-item-name,
  #a37b9a0db4abbb0 .addr-detail .addr-default {
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 0 5px;
    vertical-align: middle;
    margin: -2px 5px 0 0;
    max-width: 8em;
    height: 16px;
    line-height: 14px;
    font-size: 12px;
    color: #4b9bfb;
    border: 1px solid #4b9bfb;
  }
  #a37b9a0db4abbb0 .addr-detail .addr-name {
    font-size: 16px;
    font-weight: bold;
    color: #333;
  }
  #a37b9a0db4abbb0 .addr-detail .addr-item-name {
    color: #e93b3d;
    border-color: #e93b3d;
  }
  #a37b9a0db4abbb0 .addr-detail {
    padding: 12px 0;
    flex: 1;
  }
  #a37b9a0db4abbb0 .op-btns a {
    font-size: 12px;
    color: #e93b3d;
    margin-left: 6px;
  }
  #a37b9a0db4abbb0 .add-addr {
    height: 32px;
    line-height: 30px;
  }
  #a37b9a0db4abbb0 .publish-item .status {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 50px;
    background: url(/resources/sys/img/icons/info-pass.png) center center no-repeat;
    background-size: contain;
  }
  #a37b9a0db4abbb0 .publish-item {
    cursor: default;
    min-height: 120px;
  }
  #a37b9a0db4abbb0 .publish-item .status-0 {
    background-image: url(/resources/sys/img/icons/info-unread.png);
  }
  #a37b9a0db4abbb0 .publish-item .status-1 {
    background-image: url(/resources/sys/img/icons/info-fail.png);
  }
  #a37b9a0db4abbb0 .publish-item .btns a {
    display: inline-block;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 2px;
    color: #fff;
    background: #01489d;
  }
  #a37b9a0db4abbb0 .publish-item .btns .del-info {
    background: #ccc;
    color: #999;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile-container {
    color: #fff;
    z-index: 70000;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-wrapper {
    z-index: 9999;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon > svg,
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon img {
    fill: #333333;
    min-width: 20px;
  }
  #ad13ca6d7dac7b9 .uk-navbar-toggle {
    min-height: 50px;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container {
    background-color: #01489d;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left,
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right {
    width: 70%;
  }
  @media (min-width: 960px) {
    #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left,
    #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right {
      width: 25%;
    }
  }
  #ad13ca6d7dac7b9 .ap-nav-navbar-wrapper-children.expand {
    display: block;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .toggle-btn {
    color: #ffffff;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: inherit;
    color: #ffffff;
    background-color: #01489d;
    background-color: transparent;
    display: block;
    margin-right: 60px;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a .nav-icon svg {
    color: currentColor;
    fill: currentColor;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a:hover {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: inherit;
    color: #ffffff;
    background-color: #01489d;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a:active {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: inherit;
    color: #ffffff;
    background-color: #01489d;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item {
    position: relative;
  }
  #a6314ad886a64c4 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f25a67e0a7d30 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b92adf1ca0ae0 .ap-content-container {
    height: 100%;
    min-height: 40px;
  }
  #a928da7876ab299 {
    min-height: 500px;
    /* mobile */
  }
  #a928da7876ab299 .search-highlight {
    background: yellow;
  }
  #a928da7876ab299 .el-item {
    padding: 0;
    border-bottom: 1px solid #ececec;
  }
  #a928da7876ab299 .el-title {
    margin-bottom: 20px;
  }
  #a928da7876ab299 .el-item:hover .el-title {
    color: #01489d;
  }
  #a928da7876ab299 .img-wrap {
    overflow: hidden;
    display: block;
    border-radius: 4px;
  }
  #a928da7876ab299 .img-wrap img {
    transition: all .3s ease;
    border-radius: 4px;
  }
  #a928da7876ab299 .el-item:hover .img-wrap img {
    transform: scale(1.1);
  }
  #a928da7876ab299 .el-title a {
    font-size: 20px;
    color: #333;
    line-height: 36px;
  }
  #a928da7876ab299 .el-meta {
    font-size: 14px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0;
  }
  #a928da7876ab299 .el-content {
    font-size: 14px;
    color: #777;
  }
  @media (max-width: 640px) {
    #a928da7876ab299 .el-title {
      margin-bottom: 0;
    }
    #a928da7876ab299 .el-title a {
      font-size: 14px;
      color: #333;
      line-height: 1.5;
    }
    #a928da7876ab299 .category {
      font-size: 12px;
    }
    #a928da7876ab299 .el-content {
      font-size: 12px;
      color: #777;
      line-height: 1.5;
      margin: 6px 0 0px;
    }
  }
  #ad13ca6d7dac7b9 .ap-header-mobile-container {
    color: #fff;
    z-index: 70000;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-wrapper {
    z-index: 9999;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon > svg,
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon img {
    fill: #333333;
    min-width: 20px;
  }
  #ad13ca6d7dac7b9 .uk-navbar-toggle {
    min-height: 50px;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container {
    background-color: #01489d;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left,
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right {
    width: 70%;
  }
  @media (min-width: 960px) {
    #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left,
    #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right {
      width: 25%;
    }
  }
  #ad13ca6d7dac7b9 .ap-nav-navbar-wrapper-children.expand {
    display: block;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .toggle-btn {
    color: #ffffff;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: inherit;
    color: #ffffff;
    background-color: #01489d;
    background-color: transparent;
    display: block;
    margin-right: 60px;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a .nav-icon svg {
    color: currentColor;
    fill: currentColor;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a:hover {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: inherit;
    color: #ffffff;
    background-color: #01489d;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a:active {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: inherit;
    color: #ffffff;
    background-color: #01489d;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item {
    position: relative;
  }
  #a6314ad886a64c4 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f25a67e0a7d30 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b92adf1ca0ae0 .ap-content-container {
    height: 100%;
    min-height: 40px;
  }
  #a96fca3e2bac8e8 .comment-detail {
    min-height: 600px;
  }
  #a96fca3e2bac8e8 table {
    background: #f9fdff;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  #a96fca3e2bac8e8 table th,
  #a96fca3e2bac8e8 table td {
    padding: 10px 20px;
    border: #ececec 1px solid;
    line-height: 1.8em;
  }
  #a96fca3e2bac8e8 table th {
    padding-left: 0;
    text-align: right;
    background: #eff7fe;
    font-weight: normal;
    color: #333;
  }
  #a96fca3e2bac8e8 .red {
    color: #F00!important;
  }
  #a96fca3e2bac8e8 .table-title span {
    display: inline-block;
    padding: 0 40px;
    line-height: 40px;
    color: #274589;
    font-size: 16px;
    font-weight: bold;
    background: url(/resources/sys/img/icons/title_icon.png) 0 center no-repeat;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile-container {
    color: #fff;
    z-index: 70000;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-wrapper {
    z-index: 9999;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon > svg,
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .uk-navbar-toggle-icon img {
    fill: #333333;
    min-width: 20px;
  }
  #ad13ca6d7dac7b9 .uk-navbar-toggle {
    min-height: 50px;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container {
    background-color: #01489d;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left,
  #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right {
    width: 70%;
  }
  @media (min-width: 960px) {
    #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-left,
    #ad13ca6d7dac7b9 .ap-header-mobile .ap-header-mobile-container .ap-nav-mobile-wrapper .ap-nav-mobile-container-right {
      width: 25%;
    }
  }
  #ad13ca6d7dac7b9 .ap-nav-navbar-wrapper-children.expand {
    display: block;
  }
  #ad13ca6d7dac7b9 .ap-header-mobile .toggle-btn {
    color: #ffffff;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: inherit;
    color: #ffffff;
    background-color: #01489d;
    background-color: transparent;
    display: block;
    margin-right: 60px;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a .nav-icon svg {
    color: currentColor;
    fill: currentColor;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a:hover {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: inherit;
    color: #ffffff;
    background-color: #01489d;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list a:active {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    font-family: inherit;
    color: #ffffff;
    background-color: #01489d;
  }
  #ad13ca6d7dac7b9 .ap-nav-mobile-container-item-list .ap-nav-navbar-wrapper-children-item {
    position: relative;
  }
  #a6314ad886a64c4 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}
  #a7f25a67e0a7d30 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}
}